Home
last modified time | relevance | path

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

/PHP-7.1/ext/reflection/
H A Dphp_reflection.c4447 zend_property_info property_info_tmp; in ZEND_METHOD() local
4448 property_info_tmp.flags = ZEND_ACC_IMPLICIT_PUBLIC; in ZEND_METHOD()
4449 property_info_tmp.name = zend_string_copy(name); in ZEND_METHOD()
4450 property_info_tmp.doc_comment = NULL; in ZEND_METHOD()
4451 property_info_tmp.ce = ce; in ZEND_METHOD()
4453 reflection_property_factory(ce, &property_info_tmp, return_value); in ZEND_METHOD()

Completed in 20 milliseconds