Searched refs:ArrayObject (Results 1 – 7 of 7) sorted by relevance
8 use ArrayObject; alias125 $obj = new ArrayObject($this->sourceArray);
55 …if (Yaml::DUMP_OBJECT_AS_MAP & $flags && ($input instanceof \ArrayObject || $input instanceof \std…125 …if (Yaml::DUMP_OBJECT_AS_MAP & $flags && ($value instanceof \ArrayObject || $value instanceof \std…
139 …::DUMP_OBJECT_AS_MAP & $flags && ($value instanceof \stdClass || $value instanceof \ArrayObject)) {210 if ($value instanceof \stdClass || $value instanceof \ArrayObject) {
109 return new \ArrayObject($this->toArray());
141 $options = new \ArrayObject($this->experimentalOptions);
245 * fixed regression (key exists check for non ArrayObject objects)249 * fixed ArrayObject access with a null value
1406 …if (((\is_array($object) || $object instanceof \ArrayObject) && (isset($object[$arrayItem]) || \ar…