Searched refs:mysqli_fetch_row (Results 1 – 14 of 14) sorted by relevance
2 mysqli_fetch_row()19 var_dump(mysqli_fetch_row($res));22 var_dump(mysqli_fetch_row($res));27 mysqli_fetch_row($res);
54 $row = mysqli_fetch_row($result);69 $row = mysqli_fetch_row($result);
50 if (!$row = mysqli_fetch_row($result))69 if (!$row = mysqli_fetch_row($result))
35 $test = mysqli_fetch_row($result);
42 $d = mysqli_fetch_row($result);
58 $row = mysqli_fetch_row($res);
54 $row = mysqli_fetch_row($result);
37 $pam_use_cleartext_plugin = mysqli_fetch_row($res);
20 assert(mysqli_fetch_row($res) === $row);
23 $row = mysqli_fetch_row($result);
128 if (!$row = mysqli_fetch_row($res))
752 ZEND_FUNCTION(mysqli_fetch_row);878 ZEND_FE(mysqli_fetch_row, arginfo_mysqli_fetch_row)1044 …ZEND_ME_MAPPING(fetch_row, mysqli_fetch_row, arginfo_class_mysqli_result_fetch_row, ZEND_ACC_PUBLI…
845 function mysqli_fetch_row(mysqli_result $result): array|null|false {} function
1279 PHP_FUNCTION(mysqli_fetch_row) argument
Completed in 31 milliseconds