30 return var_export( $this,
true );
35 return count( $this->value );
39 public function item( $i ) {
40 return $this->value[$i];
71 throw new LogicException( __METHOD__ .
': not supported' );
77 throw new LogicException( __METHOD__ .
': not supported' );
83 throw new LogicException( __METHOD__ .
': not supported' );
88class_alias( PPNode_Hash_Array::class,
'PPNode_Hash_Array' );