Home
last modified time | relevance | path

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

/PHP-7.4/ext/reflection/
H A Dphp_reflection.c4279 zend_property_info property_info_tmp; in ZEND_METHOD() local
4280 property_info_tmp.flags = ZEND_ACC_PUBLIC; in ZEND_METHOD()
4281 property_info_tmp.name = name; in ZEND_METHOD()
4282 property_info_tmp.doc_comment = NULL; in ZEND_METHOD()
4283 property_info_tmp.ce = ce; in ZEND_METHOD()
4284 property_info_tmp.type = 0; in ZEND_METHOD()
4286 reflection_property_factory(ce, name, &property_info_tmp, return_value, 1); in ZEND_METHOD()

Completed in 28 milliseconds