Home
last modified time | relevance | path

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

/PHP-8.3/ext/mysqli/
H A Dmysqli_nonapi.c380 zend_long col_no = 0; local
382 …ZEND_NUM_ARGS(), getThis(), "O|l", &mysql_result, mysqli_result_class_entry, &col_no) == FAILURE) {
387 if (col_no < 0) {
391 if (col_no >= mysql_num_fields(result)) {
402 ZVAL_COPY(return_value, zend_hash_index_find(Z_ARR(row_array), col_no));

Completed in 8 milliseconds