Home
last modified time | relevance | path

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

/PHP-5.3/ext/reflection/
H A Dphp_reflection.c3599 zend_property_info property_info_tmp; in ZEND_METHOD() local
3600 property_info_tmp.flags = ZEND_ACC_IMPLICIT_PUBLIC; in ZEND_METHOD()
3601 property_info_tmp.name = estrndup(name, name_len); in ZEND_METHOD()
3602 property_info_tmp.name_length = name_len; in ZEND_METHOD()
3603 property_info_tmp.h = zend_get_hash_value(name, name_len+1); in ZEND_METHOD()
3604 property_info_tmp.doc_comment = NULL; in ZEND_METHOD()
3605 property_info_tmp.ce = ce; in ZEND_METHOD()
3607 reflection_property_factory(ce, &property_info_tmp, return_value TSRMLS_CC); in ZEND_METHOD()

Completed in 26 milliseconds