Home
last modified time | relevance | path

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

/PHP-8.1/ext/mysqli/
H A Dmysqli.c1159 HashTable *prop_table = zend_symtable_to_proptable(Z_ARR(dataset)); in php_mysqli_fetch_into_hash() local
1162 Z_OBJ_P(return_value)->properties = prop_table; in php_mysqli_fetch_into_hash()
1164 zend_merge_properties(return_value, prop_table); in php_mysqli_fetch_into_hash()
1165 zend_array_release(prop_table); in php_mysqli_fetch_into_hash()

Completed in 14 milliseconds