Home
last modified time | relevance | path

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

/PHP-8.2/ext/mysqli/
H A Dmysqli.c728 void php_mysqli_fetch_into_hash_aux(zval *return_value, MYSQL_RES * result, zend_long fetchtype) in php_mysqli_fetch_into_hash_aux() argument
730 …mysqlnd_fetch_into(result, ((fetchtype & MYSQLI_NUM)? MYSQLND_FETCH_NUM:0) | ((fetchtype & MYSQLI_… in php_mysqli_fetch_into_hash_aux()
751 zend_long fetchtype; in php_mysqli_fetch_into_hash() local
766 fetchtype = MYSQLI_ASSOC; in php_mysqli_fetch_into_hash()
772 fetchtype = override_flags; in php_mysqli_fetch_into_hash()
774 fetchtype = MYSQLI_BOTH; in php_mysqli_fetch_into_hash()
775 …D_NUM_ARGS(), getThis(), "O|l", &mysql_result, mysqli_result_class_entry, &fetchtype) == FAILURE) { in php_mysqli_fetch_into_hash()
782 if (fetchtype < MYSQLI_ASSOC || fetchtype > MYSQLI_BOTH) { in php_mysqli_fetch_into_hash()
787 php_mysqli_fetch_into_hash_aux(return_value, result, fetchtype); in php_mysqli_fetch_into_hash()
H A Dphp_mysqli_structs.h151 …n void php_mysqli_fetch_into_hash_aux(zval *return_value, MYSQL_RES * result, zend_long fetchtype);

Completed in 14 milliseconds