Home
last modified time | relevance | path

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

/PHP-7.0/ext/spl/
H A Dspl_array.c40 zend_object_handlers spl_handler_ArrayObject; variable
192 } else if (Z_OBJ_HT_P(orig) == &spl_handler_ArrayObject) { in spl_array_object_new_ex()
214 intern->std.handlers = &spl_handler_ArrayObject; in spl_array_object_new_ex()
1966 spl_handler_ArrayObject.clone_obj = spl_array_object_clone; in PHP_MINIT_FUNCTION()
1967 spl_handler_ArrayObject.read_dimension = spl_array_read_dimension; in PHP_MINIT_FUNCTION()
1970 spl_handler_ArrayObject.has_dimension = spl_array_has_dimension; in PHP_MINIT_FUNCTION()
1975 spl_handler_ArrayObject.get_gc = spl_array_get_gc; in PHP_MINIT_FUNCTION()
1976 spl_handler_ArrayObject.read_property = spl_array_read_property; in PHP_MINIT_FUNCTION()
1979 spl_handler_ArrayObject.has_property = spl_array_has_property; in PHP_MINIT_FUNCTION()
1983 spl_handler_ArrayObject.dtor_obj = zend_objects_destroy_object; in PHP_MINIT_FUNCTION()
[all …]

Completed in 9 milliseconds