Home
last modified time | relevance | path

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

/PHP-5.4/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.c428 closure_handlers.get_constructor = zend_closure_get_constructor; in zend_register_closure_ce()
H A Dzend_vm_def.h3369 constructor = Z_OBJ_HT_P(object_zval)->get_constructor(object_zval TSRMLS_CC);
H A Dzend_vm_execute.h820 constructor = Z_OBJ_HT_P(object_zval)->get_constructor(object_zval TSRMLS_CC); in ZEND_NEW_SPEC_HANDLER()
/PHP-5.4/ext/simplexml/
H A Dsimplexml.c2639 sxe_object_handlers.get_constructor = zend_get_std_object_handlers()->get_constructor; in PHP_MINIT_FUNCTION()

Completed in 108 milliseconds