property_info_tmp 4237 ext/reflection/php_reflection.c 			zend_property_info property_info_tmp;
property_info_tmp 4238 ext/reflection/php_reflection.c 			property_info_tmp.flags = ZEND_ACC_IMPLICIT_PUBLIC;
property_info_tmp 4239 ext/reflection/php_reflection.c 			property_info_tmp.name = zend_string_copy(name);
property_info_tmp 4240 ext/reflection/php_reflection.c 			property_info_tmp.doc_comment = NULL;
property_info_tmp 4241 ext/reflection/php_reflection.c 			property_info_tmp.ce = ce;
property_info_tmp 4243 ext/reflection/php_reflection.c 			reflection_property_factory(ce, &property_info_tmp, return_value);