Home
last modified time | relevance | path

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

/PHP-8.0/ext/reflection/
H A Dphp_reflection.c1390 static void reflection_property_factory(zend_class_entry *ce, zend_string *name, zend_property_info… in reflection_property_factory() function
1412 reflection_property_factory(ce, name, prop, object); in reflection_property_factory_str()
4321 reflection_property_factory(ce, name, property_info, return_value); in ZEND_METHOD()
4327 reflection_property_factory(ce, name, NULL, return_value); in ZEND_METHOD()
4377 reflection_property_factory(ce, key, pptr, &property); in _addproperty()
4400 reflection_property_factory(ce, key, NULL, &property); in _adddynproperty()

Completed in 24 milliseconds