Searched refs:prop_table (Results 1 – 1 of 1) sorted by relevance
797 HashTable *prop_table = zend_symtable_to_proptable(Z_ARR(dataset)); in php_mysqli_fetch_into_hash() local800 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