get_constructor   442 Zend/zend_closures.c 	closure_handlers.get_constructor = zend_closure_get_constructor;
get_constructor   752 Zend/zend_generators.c 	zend_generator_handlers.get_constructor = zend_generator_get_constructor;
get_constructor   139 Zend/zend_object_handlers.h 	zend_object_get_constructor_t			get_constructor;
get_constructor  3601 Zend/zend_vm_def.h 	constructor = Z_OBJ_HT_P(object_zval)->get_constructor(object_zval TSRMLS_CC);
get_constructor   948 Zend/zend_vm_execute.h 	constructor = Z_OBJ_HT_P(object_zval)->get_constructor(object_zval TSRMLS_CC);
get_constructor  4275 ext/reflection/php_reflection.c 	constructor = Z_OBJ_HT_P(return_value)->get_constructor(return_value TSRMLS_CC);
get_constructor  4383 ext/reflection/php_reflection.c 	constructor = Z_OBJ_HT_P(return_value)->get_constructor(return_value TSRMLS_CC);
get_constructor  2632 ext/simplexml/simplexml.c 	sxe_object_handlers.get_constructor = zend_get_std_object_handlers()->get_constructor;