Home
last modified time | relevance | path

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

/PHP-8.2/ext/mysqli/
H A Dmysqli.c797 HashTable *prop_table = zend_symtable_to_proptable(Z_ARR(dataset)); in php_mysqli_fetch_into_hash() local
800 Z_OBJ_P(return_value)->properties = prop_table; in php_mysqli_fetch_into_hash()
802 zend_merge_properties(return_value, prop_table); in php_mysqli_fetch_into_hash()
803 zend_array_release(prop_table); in php_mysqli_fetch_into_hash()

Completed in 6 milliseconds