Home
last modified time | relevance | path

Searched refs:results (Results 26 – 50 of 160) sorted by relevance

1234567

/PHP-7.4/ext/mysqli/tests/
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_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_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
/PHP-7.4/ext/sqlite3/tests/
H A Dbug45798.phpt18 $results = $stmt->execute();
20 while ($result = $results->fetchArray(SQLITE3_NUM)) {
24 $results->finalize();
H A Dsqlite3_14_querysingle.phpt18 echo "SELECTING results\n";
30 SELECTING results
H A Dsqlite3_19_columninfo.phpt18 echo "SELECTING results\n";
38 SELECTING results
/PHP-7.4/ext/standard/tests/file/
H A Dbug69628.phpt27 function sort_var_dump($results) {
28 sort($results);
29 var_dump($results);
H A Dglob_basic.phpt37 function sort_var_dump($results) {
38 sort($results);
39 var_dump($results);
H A Dbug45303.phpt2 Bug #45303 (Opening php:// wrapper in append mode results in a warning)
/PHP-7.4/ext/curl/tests/
H A Dbug67643.phpt21 $results = curl_multi_getcontent($ch);
26 var_dump($results);
/PHP-7.4/ext/spl/tests/
H A Dbug66405.phpt42 $results = explode("\n", ob_get_clean());
43 sort($results);
44 echo implode("\n", $results);
/PHP-7.4/ext/imap/tests/
H A Dimap_binary_basic.phpt21 echo "Encode a string which results in more than 60 charters of output\n";
22 $str = 'This is a long string with results in more than 60 characters of output';
42 Encode a string which results in more than 60 charters of output
/PHP-7.4/ext/gd/tests/
H A Dbug65148.phpt35 $results = array();
41 $results[$name] = array('x' => imagesx($imgr), 'y' => imagesy($imgr));
46 print_r($results);
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_non_select.phpt34 printf("[004] Emulated PS, DESCRIBE returned no results\n");
52 printf("[007] Emulated PS, SHOW returned no results\n");
58 printf("[009] Emulated PS, EXPLAIN returned no results\n");
65 printf("[010] Emulated PS, EXPLAIN returned no results\n");
92 printf("[013] Native PS (native support: %s), DESCRIBE returned no results\n",
100 …printf("[015] Emulated and native PS (native support: %s) results of DESCRIBE differ: %s vs. %s\n",
127 printf("[017] Native PS (native support: %s), SHOW returned no results\n",
155 printf("[013] Native PS (native support: %s), EXPLAIN returned no results\n",
H A Dbug_45120.phpt24 printf("[002] Wrong results: %s\n", var_export($res, true));
31 printf("[004] Wrong results: %s\n", var_export($res, true));
/PHP-7.4/ext/intl/tests/
H A Dmsgfmt_parse.phpt24 $results = array(
44 $str_res .= dump( ut_msgfmt_parse( $fmt, $results[$locale] ) ) . "\n";
45 $str_res .= dump( ut_msgfmt_parse_message($locale, $pattern, $results[$locale])) . "\n";
/PHP-7.4/ext/ldap/tests/
H A Dldap_search_variation5.phpt43 Warning: ldap_search(): Partial search results returned: Sizelimit exceeded in %s on line %d
64 Warning: ldap_search(): Partial search results returned: Sizelimit exceeded in %s on line %d
85 Warning: ldap_search(): Partial search results returned: Sizelimit exceeded in %s on line %d
/PHP-7.4/ext/standard/tests/math/
H A Dround_prerounding.phpt2 round() prerounds results to precision
/PHP-7.4/ext/pcre/tests/
H A Dbug61780.phpt2 Bug #61780 (Inconsistent PCRE captures in match results): basics
/PHP-7.4/Zend/tests/
H A Dbug33318.phpt2 Bug #33318 (throw 1; results in Invalid opcode 108/1/8)
H A Dbug43183.phpt2 Bug #43183 ("use" of the same class in difference scripts results in a fatal error)
H A Dthrowable_003.phpt2 Test user code implementing Throwable results in fatal error
/PHP-7.4/Zend/tests/generators/
H A Dbug75396.phpt2 Bug #75396: Exit inside generator finally results in fatal error
/PHP-7.4/ext/iconv/tests/
H A Diconv_default_charset.phpt33 echo "\n--- results of alterations ---\n";
69 --- results of alterations ---
/PHP-7.4/ext/exif/tests/
H A Dredhat-bug1362571.phpt2 Redhat bug #1362571 (PHP not returning full results for exif_read_data function)

Completed in 26 milliseconds

1234567