Home
last modified time | relevance | path

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

/PHP-7.4/ext/reflection/
H A Dphp_reflection.c1219 static void reflection_property_factory(zend_class_entry *ce, zend_string *name, zend_property_info… in reflection_property_factory() function
1264 reflection_property_factory(ce, name, prop, object, 0); in reflection_property_factory_str()
4273 reflection_property_factory(ce, name, property_info, return_value, 0); in ZEND_METHOD()
4286 reflection_property_factory(ce, name, &property_info_tmp, return_value, 1); in ZEND_METHOD()
4337 reflection_property_factory(ce, key, pptr, &property, 0); in _addproperty()
4367 reflection_property_factory(ce, key, &property_info, &property, 1); in _adddynproperty()

Completed in 22 milliseconds