Home
last modified time | relevance | path

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

/PHP-5.5/ext/reflection/
H A Dphp_reflection.c217 static zend_object_handlers reflection_object_handlers; variable
331 retval.handlers = &reflection_object_handlers; in reflection_objects_new()
6104 memcpy(&reflection_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
6105 reflection_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
6106 reflection_object_handlers.write_property = _reflection_write_property; in PHP_MINIT_FUNCTION()

Completed in 21 milliseconds