Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_API.c1796 static zend_always_inline zend_result _object_and_properties_init(zval *arg, zend_class_entry *clas… in _object_and_properties_init() function
1840 return _object_and_properties_init(arg, class_type, properties); in object_and_properties_init()
1846 return _object_and_properties_init(arg, class_type, NULL); in object_init_ex()
1852 zend_result status = _object_and_properties_init(arg, class_type, NULL); in object_init_with_constructor()

Completed in 16 milliseconds