Searched refs:spl_handler_ArrayObject (Results 1 – 1 of 1) sorted by relevance
36 zend_object_handlers spl_handler_ArrayObject; variable190 } else if (orig->handlers == &spl_handler_ArrayObject) { in spl_array_object_new_ex()211 intern->std.handlers = &spl_handler_ArrayObject; in spl_array_object_new_ex()1950 spl_handler_ArrayObject.clone_obj = spl_array_object_clone; in PHP_MINIT_FUNCTION()1951 spl_handler_ArrayObject.read_dimension = spl_array_read_dimension; in PHP_MINIT_FUNCTION()1954 spl_handler_ArrayObject.has_dimension = spl_array_has_dimension; in PHP_MINIT_FUNCTION()1958 spl_handler_ArrayObject.get_gc = spl_array_get_gc; in PHP_MINIT_FUNCTION()1959 spl_handler_ArrayObject.read_property = spl_array_read_property; in PHP_MINIT_FUNCTION()1962 spl_handler_ArrayObject.has_property = spl_array_has_property; in PHP_MINIT_FUNCTION()1965 spl_handler_ArrayObject.compare = spl_array_compare_objects; in PHP_MINIT_FUNCTION()[all …]
Completed in 10 milliseconds