Home
last modified time | relevance | path

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

/php-src/ext/simplexml/
H A Dsimplexml.c2044 static zend_object_handlers sxe_object_handlers; variable
2642 sxe_object_handlers.free_obj = sxe_object_free_storage; in PHP_MINIT_FUNCTION()
2643 sxe_object_handlers.clone_obj = sxe_object_clone; in PHP_MINIT_FUNCTION()
2644 sxe_object_handlers.read_property = sxe_property_read; in PHP_MINIT_FUNCTION()
2645 sxe_object_handlers.write_property = sxe_property_write; in PHP_MINIT_FUNCTION()
2646 sxe_object_handlers.read_dimension = sxe_dimension_read; in PHP_MINIT_FUNCTION()
2649 sxe_object_handlers.has_property = sxe_property_exists; in PHP_MINIT_FUNCTION()
2654 sxe_object_handlers.compare = sxe_objects_compare; in PHP_MINIT_FUNCTION()
2655 sxe_object_handlers.cast_object = sxe_object_cast; in PHP_MINIT_FUNCTION()
2658 sxe_object_handlers.get_closure = NULL; in PHP_MINIT_FUNCTION()
[all …]

Completed in 9 milliseconds