Home
last modified time | relevance | path

Searched refs:sxe_object_handlers (Results 1 – 1 of 1) sorted by last modified time

/php-src/ext/simplexml/
H A Dsimplexml.c2066 static zend_object_handlers sxe_object_handlers; variable
2664 sxe_object_handlers.free_obj = sxe_object_free_storage; in PHP_MINIT_FUNCTION()
2665 sxe_object_handlers.clone_obj = sxe_object_clone; in PHP_MINIT_FUNCTION()
2666 sxe_object_handlers.read_property = sxe_property_read; in PHP_MINIT_FUNCTION()
2667 sxe_object_handlers.write_property = sxe_property_write; in PHP_MINIT_FUNCTION()
2668 sxe_object_handlers.read_dimension = sxe_dimension_read; in PHP_MINIT_FUNCTION()
2671 sxe_object_handlers.has_property = sxe_property_exists; in PHP_MINIT_FUNCTION()
2676 sxe_object_handlers.compare = sxe_objects_compare; in PHP_MINIT_FUNCTION()
2677 sxe_object_handlers.cast_object = sxe_object_cast; in PHP_MINIT_FUNCTION()
2680 sxe_object_handlers.get_closure = NULL; in PHP_MINIT_FUNCTION()
[all …]

Completed in 10 milliseconds