std_property_info 256 Zend/zend_globals.h zend_property_info std_property_info; std_property_info 375 Zend/zend_object_handlers.c EG(std_property_info).flags = ZEND_ACC_PUBLIC; std_property_info 376 Zend/zend_object_handlers.c EG(std_property_info).name = Z_STRVAL_P(member); std_property_info 377 Zend/zend_object_handlers.c EG(std_property_info).name_length = Z_STRLEN_P(member); std_property_info 378 Zend/zend_object_handlers.c EG(std_property_info).h = h; std_property_info 379 Zend/zend_object_handlers.c EG(std_property_info).ce = ce; std_property_info 380 Zend/zend_object_handlers.c EG(std_property_info).offset = -1; std_property_info 381 Zend/zend_object_handlers.c property_info = &EG(std_property_info); std_property_info 4016 ext/reflection/php_reflection.c if (zend_get_property_info(ce, &member, 1 TSRMLS_CC) == &EG(std_property_info)) { std_property_info 4018 ext/reflection/php_reflection.c EG(std_property_info).flags = ZEND_ACC_IMPLICIT_PUBLIC; std_property_info 4019 ext/reflection/php_reflection.c reflection_property_factory(ce, &EG(std_property_info), property TSRMLS_CC);