Home
last modified time | relevance | path

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

/PHP-8.2/ext/spl/
H A Dspl_array.h25 #define SPL_ARRAY_ARRAY_AS_PROPS 0x00000002 macro
H A Dspl_array_arginfo.h275 ZVAL_LONG(&const_ARRAY_AS_PROPS_value, SPL_ARRAY_ARRAY_AS_PROPS); in register_class_ArrayObject()
298 ZVAL_LONG(&const_ARRAY_AS_PROPS_value, SPL_ARRAY_ARRAY_AS_PROPS); in register_class_ArrayIterator()
H A Dspl_array.c817 if ((intern->ar_flags & SPL_ARRAY_ARRAY_AS_PROPS) != 0 in spl_array_read_property()
830 if ((intern->ar_flags & SPL_ARRAY_ARRAY_AS_PROPS) != 0 in spl_array_write_property()
844 if ((intern->ar_flags & SPL_ARRAY_ARRAY_AS_PROPS) != 0 in spl_array_get_property_ptr_ptr()
862 if ((intern->ar_flags & SPL_ARRAY_ARRAY_AS_PROPS) != 0 in spl_array_has_property()
875 if ((intern->ar_flags & SPL_ARRAY_ARRAY_AS_PROPS) != 0 in spl_array_unset_property()

Completed in 21 milliseconds