Home
last modified time | relevance | path

Searched refs:results (Results 1 – 25 of 160) sorted by last modified time

1234567

/PHP-7.4/
H A DNEWS162 . Fixed bug #81400 (Unterminated string in dns_get_record() results). (cmb)
1222 . Fixed bug #78903 (Conflict in RTD key for closures results in crash).
2708 . Fixed bug #74462 (PDO_Firebird returns only NULLs for results with boolean
2779 . Fixed bug #75916 (DNS_CAA record results contain garbage). (Mike,
/PHP-7.4/build/
H A Dconfig.guess783 results, however. */
/PHP-7.4/azure/
H A Dcommunity_job.yml9 # and don't care about the actual test results, as there will commonly be failures for
12 # Because exit() in PHP results in an unclean shutdown, test runs are patching phpunit to
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_types.phpt97 printf("[%04d] [%d] %s, expecting 3 results, got only %d results\n",
H A Dmysqli_stmt_execute_stored_proc_next_result.phpt51 printf("[010] More results: %s\n", (mysqli_more_results($link)) ? "yes" : "no");
129 [010] More results: yes
H A Dmysqli_stmt_execute_stored_proc_out.phpt44 printf("[008] More results: %s\n", (mysqli_more_results($link) ? "yes" : "no"));
45 printf("[009] Next results: %s\n", (mysqli_next_result($link) ? "yes" : "no"));
79 [008] More results: %s
80 [009] Next results: %s
H A Dmysqli_stmt_fetch_geom.phpt74 printf("[%04d] [%d] %s, expecting 3 results, got only %d results\n",
H A Dmysqli_stmt_get_result_geom.phpt114 printf("[%04d] [%d] %s, expecting 3 results, got only %d results\n",
H A Dmysqli_stmt_multires.phpt57 printf("[009] Expected more results\n");
78 printf("[013] Expected more results\n");
84 printf("[014] No more results expected\n");
H A Dmysqli_stmt_attr_set.phpt172 $results = array();
174 $results[$id] = $label;
176 if (empty($results))
190 if ($results != $results2) {
192 var_dump($results);
207 if ($results != $results2) {
209 var_dump($results);
229 $results = array();
231 $results[$id] = $label;
233 if (empty($results))
[all …]
H A Dmysqli_stmt_bind_param_check_param_no_change.phpt34 // types you can get unexpected results (e.g. binary trash for the
H A Dmysqli_stmt_bind_result.phpt141 printf("[%04d] [%d] %s, expecting 3 results, got only %d results\n",
H A Dmysqli_next_result.phpt51 … printf("[%03d] mysqli_more_results() indicates more results than expected\n", $offset + 3);
H A Dmysqli_poll_mixing_insert_select.phpt101 // eat up all results
H A Dmysqli_poll_reference.phpt46 // WARNING: All arrays point to the same object - this will give bogus results!
77 // WARNING: All arrays point to the same object - this will give bogus results!
107 // WARNING: All arrays point to the same object - this will give bogus results!
H A Dmysqli_ps_select_union.phpt49 "libmysql" will give wrong results and that is OK -
H A Dmysqli_query_stored_proc.phpt29 // skip results, don't fetch all from server
42 // fetch all results from server, but skip on client side
55 // fetch all results from server, but skip on client side
80 // fetch all results from server, but skip on client side
H A Dmysqli_fetch_field_flags.phpt142 results.The test does not yet fully reflect all server changes/bugs etc.
H A Dmysqli_fetch_array_large.phpt47 printf("[%03d + 3] Wrong results - expecting '%s' got '%s', len = %d, [%d] %s\n",
73 printf("[%03d + 7] Wrong results - expecting '%s' got '%s', len = %d, [%d] %s\n",
H A Dmysqli_fetch_array_many_rows.phpt28 // overwrite results and check if the cache magic works
38 $results = array();
42 $results[$i++] = &$row;
44 $results = array();
78 // overwrite results and check if the cache magic works
96 // overwrite results and check if the cache magic works
103 printf("[011] Expecting %d results, got %d results, [%d] %s\n",
H A Dmysqli_fork.phpt181 … printf("[015] Child indicates different results than parent.\n");
H A Dmysqli_character_set.phpt2 Fetching results from tables of different charsets.
H A Dbug_mysql_49406.phpt85 printf("[008] PS and non-PS results differ, dumping data\n");
H A Dlocal_infile_tools.inc134 printf("[%03d] More results than expected!\n", $offset + 7);
H A Dbug42548.phpt42 print "no results found\n";
74 no results found

Completed in 48 milliseconds

1234567