Home
last modified time | relevance | path

Searched refs:SPL_ARRAY_ARRAY_AS_PROPS (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/spl/
H A Dspl_array.h23 #define SPL_ARRAY_ARRAY_AS_PROPS 0x00000002 macro
H A Dspl_array_arginfo.h272 ZVAL_LONG(&const_ARRAY_AS_PROPS_value, SPL_ARRAY_ARRAY_AS_PROPS); in register_class_ArrayObject()
295 ZVAL_LONG(&const_ARRAY_AS_PROPS_value, SPL_ARRAY_ARRAY_AS_PROPS); in register_class_ArrayIterator()
H A Dspl_array.c808 if ((intern->ar_flags & SPL_ARRAY_ARRAY_AS_PROPS) != 0 in spl_array_read_property()
821 if ((intern->ar_flags & SPL_ARRAY_ARRAY_AS_PROPS) != 0 in spl_array_write_property()
835 if ((intern->ar_flags & SPL_ARRAY_ARRAY_AS_PROPS) != 0 in spl_array_get_property_ptr_ptr()
853 if ((intern->ar_flags & SPL_ARRAY_ARRAY_AS_PROPS) != 0 in spl_array_has_property()
866 if ((intern->ar_flags & SPL_ARRAY_ARRAY_AS_PROPS) != 0 in spl_array_unset_property()

Completed in 14 milliseconds