Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A DOBJECTS2_HOWTO24 constructor call. The get_constructor handler table entry should be
26 to it from get_constructor handler.
86 get_constructor performs the same function as get_method, but for the
139 zend_object_get_constructor_t get_constructor;
189 get_constructor - get description for the object constructor method
H A Dzend_object_handlers.h146 zend_object_get_constructor_t get_constructor; member
H A Dzend_closures.c617 closure_handlers.get_constructor = zend_closure_get_constructor; in zend_register_closure_ce()
H A Dzend_generators.c1288 zend_generator_handlers.get_constructor = zend_generator_get_constructor; in zend_register_generator_ce()
H A Dzend_vm_def.h4993 constructor = Z_OBJ_HT_P(result)->get_constructor(Z_OBJ_P(result));
H A Dzend_vm_execute.h3218 constructor = Z_OBJ_HT_P(result)->get_constructor(Z_OBJ_P(result));
16311 constructor = Z_OBJ_HT_P(result)->get_constructor(Z_OBJ_P(result));
27950 constructor = Z_OBJ_HT_P(result)->get_constructor(Z_OBJ_P(result));
/PHP-7.1/ext/simplexml/
H A Dsimplexml.c2741 sxe_object_handlers.get_constructor = zend_get_std_object_handlers()->get_constructor; in PHP_MINIT_FUNCTION()
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c4855 constructor = Z_OBJ_HT_P(return_value)->get_constructor(Z_OBJ_P(return_value)); in ZEND_METHOD()
4958 constructor = Z_OBJ_HT_P(return_value)->get_constructor(Z_OBJ_P(return_value)); in ZEND_METHOD()

Completed in 180 milliseconds