Home
last modified time | relevance | path

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

/PHP-7.4/ext/mysqli/
H A Dmysqli.c1146 if (fetchtype & MYSQLI_ASSOC) { in php_mysqli_fetch_into_hash_aux()
1185 if (fetchtype & MYSQLI_NUM) { in php_mysqli_fetch_into_hash_aux()
1188 if (fetchtype & MYSQLI_ASSOC) { in php_mysqli_fetch_into_hash_aux()
1189 if (fetchtype & MYSQLI_NUM && Z_REFCOUNTED(res)) { in php_mysqli_fetch_into_hash_aux()
1195 if (fetchtype & MYSQLI_NUM) { in php_mysqli_fetch_into_hash_aux()
1198 if (fetchtype & MYSQLI_ASSOC) { in php_mysqli_fetch_into_hash_aux()
1226 zend_long fetchtype; in php_mysqli_fetch_into_hash() local
1249 fetchtype = MYSQLI_ASSOC; in php_mysqli_fetch_into_hash()
1255 fetchtype = override_flags; in php_mysqli_fetch_into_hash()
1257 fetchtype = MYSQLI_BOTH; in php_mysqli_fetch_into_hash()
[all …]
H A Dphp_mysqli_structs.h201 …n void php_mysqli_fetch_into_hash_aux(zval *return_value, MYSQL_RES * result, zend_long fetchtype);

Completed in 17 milliseconds