Home
last modified time | relevance | path

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

/PHP-8.4/ext/spl/
H A Dspl_array.c38 static zend_object_handlers spl_handler_ArrayObject; variable
952 if (Z_OBJ_HT_P(array) == &spl_handler_ArrayObject) { in spl_array_set_array()
1877 spl_handler_ArrayObject.clone_obj = spl_array_object_clone; in PHP_MINIT_FUNCTION()
1878 spl_handler_ArrayObject.read_dimension = spl_array_read_dimension; in PHP_MINIT_FUNCTION()
1881 spl_handler_ArrayObject.has_dimension = spl_array_has_dimension; in PHP_MINIT_FUNCTION()
1885 spl_handler_ArrayObject.get_gc = spl_array_get_gc; in PHP_MINIT_FUNCTION()
1886 spl_handler_ArrayObject.read_property = spl_array_read_property; in PHP_MINIT_FUNCTION()
1887 spl_handler_ArrayObject.write_property = spl_array_write_property; in PHP_MINIT_FUNCTION()
1889 spl_handler_ArrayObject.has_property = spl_array_has_property; in PHP_MINIT_FUNCTION()
1892 spl_handler_ArrayObject.compare = spl_array_compare_objects; in PHP_MINIT_FUNCTION()
[all …]

Completed in 9 milliseconds