Home
last modified time | relevance | path

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

/PHP-7.3/ext/reflection/
H A Dphp_reflection.c4277 zend_property_info property_info_tmp; in ZEND_METHOD() local
4278 property_info_tmp.flags = ZEND_ACC_IMPLICIT_PUBLIC; in ZEND_METHOD()
4279 property_info_tmp.name = name; in ZEND_METHOD()
4280 property_info_tmp.doc_comment = NULL; in ZEND_METHOD()
4281 property_info_tmp.ce = ce; in ZEND_METHOD()
4283 reflection_property_factory(ce, name, &property_info_tmp, return_value); in ZEND_METHOD()

Completed in 19 milliseconds