Home
last modified time | relevance | path

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

/PHP-7.0/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.c533 closure_handlers.get_constructor = zend_closure_get_constructor; in zend_register_closure_ce()
H A Dzend_generators.c1140 zend_generator_handlers.get_constructor = zend_generator_get_constructor; in zend_register_generator_ce()
H A Dzend_vm_def.h4966 constructor = Z_OBJ_HT(object_zval)->get_constructor(Z_OBJ(object_zval));
H A Dzend_vm_execute.h3381 constructor = Z_OBJ_HT(object_zval)->get_constructor(Z_OBJ(object_zval));
15601 constructor = Z_OBJ_HT(object_zval)->get_constructor(Z_OBJ(object_zval));
/PHP-7.0/ext/simplexml/
H A Dsimplexml.c2740 sxe_object_handlers.get_constructor = zend_get_std_object_handlers()->get_constructor; in PHP_MINIT_FUNCTION()
/PHP-7.0/ext/reflection/
H A Dphp_reflection.c4628 constructor = Z_OBJ_HT_P(return_value)->get_constructor(Z_OBJ_P(return_value)); in ZEND_METHOD()
4733 constructor = Z_OBJ_HT_P(return_value)->get_constructor(Z_OBJ_P(return_value)); in ZEND_METHOD()

Completed in 161 milliseconds