property_info_tmp 3930 ext/reflection/php_reflection.c zend_property_info property_info_tmp; property_info_tmp 3931 ext/reflection/php_reflection.c property_info_tmp.flags = ZEND_ACC_IMPLICIT_PUBLIC; property_info_tmp 3932 ext/reflection/php_reflection.c property_info_tmp.name = estrndup(name, name_len); property_info_tmp 3933 ext/reflection/php_reflection.c property_info_tmp.name_length = name_len; property_info_tmp 3934 ext/reflection/php_reflection.c property_info_tmp.h = zend_get_hash_value(name, name_len+1); property_info_tmp 3935 ext/reflection/php_reflection.c property_info_tmp.doc_comment = NULL; property_info_tmp 3936 ext/reflection/php_reflection.c property_info_tmp.ce = ce; property_info_tmp 3938 ext/reflection/php_reflection.c reflection_property_factory(ce, &property_info_tmp, return_value TSRMLS_CC);