Searched refs:mysqli_fetch_row (Results 1 – 14 of 14) sorted by relevance
2 mysqli_fetch_row()18 var_dump(mysqli_fetch_row($res));21 var_dump(mysqli_fetch_row($res));26 mysqli_fetch_row($res);
53 $row = mysqli_fetch_row($result);68 $row = mysqli_fetch_row($result);
49 if (!$row = mysqli_fetch_row($result))68 if (!$row = mysqli_fetch_row($result))
34 $test = mysqli_fetch_row($result);
41 $d = mysqli_fetch_row($result);
57 $row = mysqli_fetch_row($res);
53 $row = mysqli_fetch_row($result);
36 $pam_use_cleartext_plugin = mysqli_fetch_row($res);
19 assert(mysqli_fetch_row($res) === $row);
127 if (!$row = mysqli_fetch_row($res))
22 $row = mysqli_fetch_row($result);
716 ZEND_FUNCTION(mysqli_fetch_row);844 ZEND_FE(mysqli_fetch_row, arginfo_mysqli_fetch_row)1013 …ZEND_ME_MAPPING(fetch_row, mysqli_fetch_row, arginfo_class_mysqli_result_fetch_row, ZEND_ACC_PUBLI…
586 function mysqli_fetch_row(mysqli_result $result): array|null|false {} function
1237 PHP_FUNCTION(mysqli_fetch_row) argument
Completed in 67 milliseconds