Searched refs:zend_merge_properties (Results 1 – 5 of 5) sorted by relevance
/PHP-5.4/Zend/ |
H A D | zend_API.h | 369 ZEND_API void zend_merge_properties(zval *obj, HashTable *properties, int destroy_ht TSRMLS_DC);
|
H A D | zend_API.c | 1009 ZEND_API void zend_merge_properties(zval *obj, HashTable *properties, int destroy_ht TSRMLS_DC) /* … in zend_merge_properties() function
|
/PHP-5.4/ext/mysqli/ |
H A D | mysqli.c | 1274 zend_merge_properties(return_value, Z_ARRVAL(dataset), 1 TSRMLS_CC); in php_mysqli_fetch_into_hash()
|
/PHP-5.4/ext/mysql/ |
H A D | php_mysql.c | 2163 zend_merge_properties(return_value, Z_ARRVAL(dataset), 1 TSRMLS_CC);
|
/PHP-5.4/ext/pgsql/ |
H A D | pgsql.c | 2678 zend_merge_properties(return_value, Z_ARRVAL(dataset), 1 TSRMLS_CC);
|
Completed in 42 milliseconds