Home
last modified time | relevance | path

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

/PHP-5.5/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.h136 zend_object_get_constructor_t get_constructor; member
H A Dzend_closures.c427 closure_handlers.get_constructor = zend_closure_get_constructor; in zend_register_closure_ce()
H A Dzend_generators.c749 zend_generator_handlers.get_constructor = zend_generator_get_constructor; in zend_register_generator_ce()
H A Dzend_vm_def.h3391 constructor = Z_OBJ_HT_P(object_zval)->get_constructor(object_zval TSRMLS_CC);
H A Dzend_vm_execute.h761 constructor = Z_OBJ_HT_P(object_zval)->get_constructor(object_zval TSRMLS_CC); in ZEND_NEW_SPEC_HANDLER()
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c2632 sxe_object_handlers.get_constructor = zend_get_std_object_handlers()->get_constructor; in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c4206 constructor = Z_OBJ_HT_P(return_value)->get_constructor(return_value TSRMLS_CC); in ZEND_METHOD()
4314 constructor = Z_OBJ_HT_P(return_value)->get_constructor(return_value TSRMLS_CC); in ZEND_METHOD()

Completed in 169 milliseconds