Searched refs:prop_table (Results 1 – 1 of 1) sorted by relevance
794 HashTable *prop_table = zend_symtable_to_proptable(Z_ARR(dataset)); in php_mysqli_fetch_into_hash() local797 Z_OBJ_P(return_value)->properties = prop_table; in php_mysqli_fetch_into_hash()799 zend_merge_properties(return_value, prop_table); in php_mysqli_fetch_into_hash()800 zend_array_release(prop_table); in php_mysqli_fetch_into_hash()
Completed in 17 milliseconds