Home
last modified time | relevance | path

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

/PHP-5.6/ext/reflection/
H A Dphp_reflection.c3935 zend_property_info property_info_tmp; in ZEND_METHOD() local
3936 property_info_tmp.flags = ZEND_ACC_IMPLICIT_PUBLIC; in ZEND_METHOD()
3937 property_info_tmp.name = estrndup(name, name_len); in ZEND_METHOD()
3938 property_info_tmp.name_length = name_len; in ZEND_METHOD()
3939 property_info_tmp.h = zend_get_hash_value(name, name_len+1); in ZEND_METHOD()
3940 property_info_tmp.doc_comment = NULL; in ZEND_METHOD()
3941 property_info_tmp.ce = ce; in ZEND_METHOD()
3943 reflection_property_factory(ce, &property_info_tmp, return_value TSRMLS_CC); in ZEND_METHOD()

Completed in 29 milliseconds