Searched refs:col_no (Results 1 – 1 of 1) sorted by relevance
444 zend_long col_no = 0; local446 …ZEND_NUM_ARGS(), getThis(), "O|l", &mysql_result, mysqli_result_class_entry, &col_no) == FAILURE) {451 if (col_no < 0) {455 if (col_no >= mysql_num_fields(result)) {466 ZVAL_COPY(return_value, zend_hash_index_find(Z_ARR(row_array), col_no));
Completed in 7 milliseconds