Home
last modified time | relevance | path

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

/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_fetch_field.phpt2 mysqli_fetch_field()
17 if (!is_null($tmp = @mysqli_fetch_field()))
20 if (!is_null($tmp = @mysqli_fetch_field($link)))
37 $tmp = mysqli_fetch_field($res);
41 $tmp = mysqli_fetch_field($res);
56 var_dump(mysqli_fetch_field($res));
61 if (false !== ($tmp = mysqli_fetch_field($res)))
78 var_dump(mysqli_fetch_field($res));
148 Warning: mysqli_fetch_field(): Couldn't fetch mysqli_result in %s on line %d
H A Dmysqli_field_seek.phpt82 var_dump(mysqli_fetch_field($res));
84 var_dump(mysqli_fetch_field($res));
87 $field = mysqli_fetch_field($res);
101 var_dump(mysqli_fetch_field($res));
113 var_dump(mysqli_fetch_field($res));
H A Dmysqli_stmt_get_result_metadata.phpt162 $tmp2 = mysqli_fetch_field($res_meta);
196 var_dump(mysqli_fetch_field($res));
200 var_dump(mysqli_fetch_field($res));
204 var_dump(mysqli_fetch_field($res));
229 Warning: mysqli_fetch_field(): Couldn't fetch mysqli_result in %s on line %d
232 Warning: mysqli_fetch_field(): Couldn't fetch mysqli_result in %s on line %d
235 Warning: mysqli_fetch_field(): Couldn't fetch mysqli_result in %s on line %d
H A Dbug77597.phpt2 Bug #77597: mysqli_fetch_field hangs scripts
H A Dmysqli_field_tell.phpt30 var_dump(mysqli_fetch_field($res));
31 var_dump(mysqli_fetch_field($res));
H A Dmysqli_fetch_field_types.phpt2 mysqli_fetch_field() - data types/field->type
44 if (!is_object($field = mysqli_fetch_field($res))) {
H A Dmysqli_stmt_result_metadata.phpt40 if (!is_object($field0_fetch = mysqli_fetch_field($res)))
49 printf("[010] mysqli_fetch_field() differs from mysqli_fetch_field_direct()\n");
H A Dmysqli_fetch_field_flags.phpt2 mysqli_fetch_field() - flags/field->flags
221 $field = mysqli_fetch_field($res);
222 while ($field = mysqli_fetch_field($res)) {
H A Dmysqli_stmt_result_metadata_sqltests.phpt54 'fetch_field' => mysqli_fetch_field($res),
123 'fetch_field' => mysqli_fetch_field($res),
H A Dmysqli_fetch_field_oo.phpt2 mysqli_fetch_field()
H A D047.phpt34 while ($field = mysqli_fetch_field($result)) {
/PHP-7.3/ext/mysqli/
H A Dmysqli_fe.h45 PHP_FUNCTION(mysqli_fetch_field);
H A Dmysqli_fe.c432 PHP_FE(mysqli_fetch_field, arginfo_mysqli_only_result)
613 PHP_FALIAS(fetch_field, mysqli_fetch_field, arginfo_mysqli_no_params)
H A Dmysqli_api.c1184 PHP_FUNCTION(mysqli_fetch_field) argument
/PHP-7.3/
H A DNEWS1095 . Fixed bug #77597 (mysqli_fetch_field hangs scripts). (Nikita)

Completed in 36 milliseconds