Home
last modified time | relevance | path

Searched refs:found (Results 1 – 25 of 421) sorted by relevance

12345678910>>...17

/PHP-7.4/ext/date/tests/
H A Dtimezones-list.phpt20 echo in_array( "UTC", $a ) ? "found" : "notfound", "\n";
31 found
33 found
34 found
36 found
37 found
38 found
41 found
43 found
44 found
[all …]
/PHP-7.4/ext/standard/tests/mail/
H A Dbug80751.phpt24 $found = false;
44 $found = true;
52 return $found;
80 To header found: bool(true)
81 From header found: bool(true)
82 Cc header found: bool(true)
85 To header found: bool(true)
86 From header found: bool(true)
87 Cc header found: bool(true)
90 To header found: bool(true)
[all …]
H A Dbug80706.phpt24 $found = false;
26 while (!$found && $repeat_count > 0) {
35 echo "X-Mailer header found: ";
38 $found = true;
46 return $found;
73 X-Mailer header found: bool(true)
75 X-Mailer header found: bool(true)
/PHP-7.4/ext/intl/tests/
H A Dlocale_get_keywords2.phpt104 root: No keywords found.
107 Hindi: No keywords found.
108 de: No keywords found.
109 fr: No keywords found.
110 ja: No keywords found.
113 zh-Hant: No keywords found.
124 de-DE: No keywords found.
125 en-US: No keywords found.
126 es-419: No keywords found.
131 zh-min: No keywords found.
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dstr_replace_variation2.phpt75 -- search string has found '2' times
82 -- search string has found '2' times
89 -- search string has found '1' times
96 -- search string has found '0' times
103 -- search string has found '1' times
110 -- search string has found '0' times
117 -- search string has found '0' times
124 -- search string has found '1' times
131 -- search string has found '0' times
138 -- search string has found '2' times
[all …]
H A Dstr_replace.phpt620 -- search string has found '2' times
627 -- search string has found '2' times
634 -- search string has found '1' times
641 -- search string has found '0' times
648 -- search string has found '1' times
655 -- search string has found '0' times
662 -- search string has found '0' times
669 -- search string has found '1' times
676 -- search string has found '0' times
683 -- search string has found '2' times
[all …]
/PHP-7.4/ext/standard/tests/network/
H A Dnet_get_interfaces_001.phpt14 $found = false;
18 $found = true;
24 var_dump($found);
25 if (!$found) {
H A Dsetcookie_error.phpt23 Warning: setcookie(): Unrecognized key 'unknown_key' found in the options array in %s
25 Warning: setcookie(): No valid options were found in the given array in %s
27 Warning: setcookie(): Numeric key found in the options array in %s
29 Warning: setcookie(): No valid options were found in the given array in %s
31 Warning: setcookie(): Unrecognized key 'foo' found in the options array in %s
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_only.phpt77 printf("[015] SELECT query cannot be found in trace. Trace contents seems wrong.\n");
88 $found = 0;
91 $found++;
93 if ($found < 1) {
94 printf("[016] Only %d memory functions have been found, expecting at least %d.\n",
95 $found, 1);
101 printf("[025] SELECT query cannot be found in trace. Trace contents seems wrong.\n");
112 $found = 0;
115 $found++;
117 if ($found > 2) {
[all …]
/PHP-7.4/ext/exif/tests/
H A Dsony.phpt14 // the most specific tag name that should be found in any Sony generated
21 SonyModelID was found
22 Panorama was found
23 AntiBlur was found
/PHP-7.4/ext/standard/tests/array/
H A Darray_map_variation16.phpt43 Warning: array_map() expects parameter 1 to be a valid callback, function 'echo' not found or inval…
47 Warning: array_map() expects parameter 1 to be a valid callback, function 'array' not found or inva…
51 Warning: array_map() expects parameter 1 to be a valid callback, function 'empty' not found or inva…
55 Warning: array_map() expects parameter 1 to be a valid callback, function 'eval' not found or inval…
59 Warning: array_map() expects parameter 1 to be a valid callback, function 'exit' not found or inval…
63 Warning: array_map() expects parameter 1 to be a valid callback, function 'isset' not found or inva…
67 Warning: array_map() expects parameter 1 to be a valid callback, function 'list' not found or inval…
71 Warning: array_map() expects parameter 1 to be a valid callback, function 'print' not found or inva…
/PHP-7.4/Zend/tests/
H A Dbug70898.phpt12 …to be a valid callback, function '0000000000000000000000000000000000' not found or invalid functio…
14 Warning: array_map() expects parameter 1 to be a valid callback, function '' not found or invalid f…
16 Warning: array_map() expects parameter 1 to be a valid callback, function '' not found or invalid f…
18 Warning: array_map() expects parameter 1 to be a valid callback, function '' not found or invalid f…
20 Warning: array_map() expects parameter 1 to be a valid callback, function '' not found or invalid f…
H A Dbug70895.phpt11 Warning: array_map\(\) expects parameter 1 to be a valid callback, function '%n' not found or inval…
13 Warning: array_map\(\) expects parameter 1 to be a valid callback, function '%n %i' not found or in…
15 … parameter 1 to be a valid callback, function '%n %i aoeu %f aoeu %p' not found or invalid functio…
/PHP-7.4/ext/zip/examples/
H A Daddpattern.php10 $found = $z->addPattern("/(\.png)$/i", "/home/pierre/cvs/gd/libgd/tests", $options); variable
11 var_dump($found);
H A Daddglob.php11 $found = $z->addGlob("/home/pierre/cvs/gd/libgd/tests/*.png", 0, $options); variable
12 var_dump($found);
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_ini.phpt18 $found = false;
23 $found = true;
27 if (!$found) {
29 $found = ($dsn !== false);
32 if (!$found)
/PHP-7.4/ext/zip/tests/
H A Dutils.inc4 $found = [];
13 $found[] = $stat["name"];
17 var_dump($found);
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_get_line_nb.phpt15 * length bytes have been read, the string specified by ending is found, EOF.
26 …dump(stream_get_line($sockets[1], 8192, $eol)); // Does not returns incomplete line (EOL not found)
30 var_dump(stream_get_line($sockets[1], 8192, $eol)); // Returns full line (EOL found)
35 var_dump(stream_get_line($sockets[1], strlen("incomplete line"), $eol)); // EOL not found but $leng…
38 …dump(stream_get_line($sockets[1], 8192, $eol)); // Does not returns incomplete line (EOL not found)
42 …dump(stream_get_line($sockets[1], 8192, $eol)); // Does not returns incomplete line (EOL not found)
/PHP-7.4/ext/oci8/tests/
H A Dbug42134.phpt65 Warning: oci_new_collection(): OCI-22303: type ""."ABC" not found in %s on line %d
71 string(34) "OCI-22303: type ""."ABC" not found"
78 Warning: oci_new_collection(): OCI-22303: type ""."DEF" not found in %s on line %d
84 string(34) "OCI-22303: type ""."DEF" not found"
91 Warning: oci_new_collection(): OCI-22303: type ""."GHI" not found in %s on line %d
97 string(34) "OCI-22303: type ""."GHI" not found"
/PHP-7.4/ext/mbstring/tests/
H A Dmb_stripos_basic.phpt74 echo "\n -- ASCII Strings, needle should be found --\n";
77 echo "\n -- ASCII Strings, needle should not be found --\n";
86 echo "\n -- Greek Strings, needle should be found --\n";
89 echo "\n -- ASCII Strings, needle should not be found --\n";
103 -- ASCII Strings, needle should be found --
117 -- ASCII Strings, needle should not be found --
131 -- Greek Strings, needle should be found --
145 -- ASCII Strings, needle should not be found --
H A Dmb_strripos_basic.phpt74 echo "\n -- ASCII Strings, needle should be found --\n";
77 echo "\n -- ASCII Strings, needle should not be found --\n";
86 echo "\n -- Greek Strings, needle should be found --\n";
89 echo "\n -- ASCII Strings, needle should not be found --\n";
103 -- ASCII Strings, needle should be found --
117 -- ASCII Strings, needle should not be found --
131 -- Greek Strings, needle should be found --
145 -- ASCII Strings, needle should not be found --
H A Dmb_strrchr_variation6.phpt33 // needle should be found
35 // no needle should be found
40 // needle should be found
46 echo "nothing found!\n";
48 // no needle should be found
H A Dmb_strstr_variation6.phpt33 // needle should be found
35 // no needle should be found
40 // needle should be found
46 echo "nothing found!\n";
48 // no needle should be found
/PHP-7.4/ext/spl/tests/
H A Dbug38325.phpt2 Bug #38325 (spl_autoload_register() gaves wrong line for "class not found")
9 Fatal error: Uncaught Error: Class 'ThisClassDoesNotExistEverFoo' not found in %s:%d
/PHP-7.4/ext/pgsql/tests/
H A D80_bug36625.phpt27 $found = 0;
31 $GLOBALS['found']++;
37 var_dump($found > 0);

Completed in 32 milliseconds

12345678910>>...17