Searched refs:object_and_properties_init (Results 1 – 5 of 5) sorted by relevance
/PHP-8.3/ext/standard/ |
H A D | browscap.c | 749 object_and_properties_init(return_value, zend_standard_class_def, agent_ht); in PHP_FUNCTION()
|
/PHP-8.3/ext/oci8/ |
H A D | oci8_interface.c | 1394 object_and_properties_init(return_value, ZEND_STANDARD_CLASS_DEF_PTR, Z_ARRVAL_P(return_value)); in PHP_FUNCTION()
|
/PHP-8.3/ext/odbc/ |
H A D | php_odbc.c | 1427 object_and_properties_init(return_value, ZEND_STANDARD_CLASS_DEF_PTR, Z_ARRVAL_P(return_value)); in PHP_FUNCTION()
|
/PHP-8.3/Zend/ |
H A D | zend_API.h | 535 ZEND_API zend_result object_and_properties_init(zval *arg, zend_class_entry *ce, HashTable *propert…
|
H A D | zend_API.c | 1787 ZEND_API zend_result object_and_properties_init(zval *arg, zend_class_entry *class_type, HashTable … in object_and_properties_init() function
|
Completed in 74 milliseconds