Searched refs:row_array (Results 1 – 1 of 1) sorted by relevance
443 zval row_array; local460 php_mysqli_fetch_into_hash_aux(&row_array, result, MYSQLI_NUM);461 if (Z_TYPE(row_array) != IS_ARRAY) {462 zval_ptr_dtor_nogc(&row_array);466 ZVAL_COPY(return_value, zend_hash_index_find(Z_ARR(row_array), col_no));467 zval_ptr_dtor_nogc(&row_array);
Completed in 7 milliseconds