Home
last modified time | relevance | path

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

/PHP-8.1/ext/mysqli/
H A Dmysqli_nonapi.c444 zend_long col_no = 0; local
446 …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 6 milliseconds