Searched refs:reflection_object_handlers (Results 1 – 1 of 1) sorted by relevance
207 static zend_object_handlers reflection_object_handlers; variable319 retval.handlers = &reflection_object_handlers; in reflection_objects_new()5473 memcpy(&reflection_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()5474 reflection_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()5475 reflection_object_handlers.write_property = _reflection_write_property; in PHP_MINIT_FUNCTION()
Completed in 26 milliseconds