Home
last modified time | relevance | path

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

/PHP-5.3/ext/spl/
H A Dspl_array.c40 zend_object_handlers spl_handler_ArrayObject; variable
192 if (Z_OBJ_HT_P(orig) == &spl_handler_ArrayObject) { in spl_array_object_new_ex()
218 retval.handlers = &spl_handler_ArrayObject; in spl_array_object_new_ex()
2023 spl_handler_ArrayObject.clone_obj = spl_array_object_clone; in PHP_MINIT_FUNCTION()
2024 spl_handler_ArrayObject.read_dimension = spl_array_read_dimension; in PHP_MINIT_FUNCTION()
2027 spl_handler_ArrayObject.has_dimension = spl_array_has_dimension; in PHP_MINIT_FUNCTION()
2030 spl_handler_ArrayObject.get_properties = spl_array_get_properties; in PHP_MINIT_FUNCTION()
2031 spl_handler_ArrayObject.get_debug_info = spl_array_get_debug_info; in PHP_MINIT_FUNCTION()
2032 spl_handler_ArrayObject.read_property = spl_array_read_property; in PHP_MINIT_FUNCTION()
2033 spl_handler_ArrayObject.write_property = spl_array_write_property; in PHP_MINIT_FUNCTION()
[all …]

Completed in 10 milliseconds