Searched refs:sxe_object_handlers (Results 1 – 1 of 1) sorted by relevance
2071 static zend_object_handlers sxe_object_handlers; variable2656 sxe_object_handlers.free_obj = sxe_object_free_storage; in PHP_MINIT_FUNCTION()2657 sxe_object_handlers.clone_obj = sxe_object_clone; in PHP_MINIT_FUNCTION()2658 sxe_object_handlers.read_property = sxe_property_read; in PHP_MINIT_FUNCTION()2659 sxe_object_handlers.write_property = sxe_property_write; in PHP_MINIT_FUNCTION()2660 sxe_object_handlers.read_dimension = sxe_dimension_read; in PHP_MINIT_FUNCTION()2663 sxe_object_handlers.has_property = sxe_property_exists; in PHP_MINIT_FUNCTION()2668 sxe_object_handlers.compare = sxe_objects_compare; in PHP_MINIT_FUNCTION()2669 sxe_object_handlers.cast_object = sxe_object_cast; in PHP_MINIT_FUNCTION()2672 sxe_object_handlers.get_closure = NULL; in PHP_MINIT_FUNCTION()[all …]
Completed in 9 milliseconds