/PHP-8.0/ext/date/tests/ |
H A D | timezones-list.phpt | 20 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-8.0/ext/standard/tests/mail/ |
H A D | bug80751.phpt | 24 $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 D | bug80706.phpt | 24 $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-8.0/ext/intl/tests/ |
H A D | locale_get_keywords2.phpt | 104 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-8.0/ext/session/tests/ |
H A D | session_set_save_handler_error.phpt | 97 session_set_save_handler(): Argument #1 ($open) must be a valid callback, function "0" not found or… 100 session_set_save_handler(): Argument #1 ($open) must be a valid callback, function "1" not found or… 124 session_set_save_handler(): Argument #1 ($open) must be a valid callback, function "" not found or … 127 session_set_save_handler(): Argument #1 ($open) must be a valid callback, function "" not found or … 130 session_set_save_handler(): Argument #1 ($open) must be a valid callback, function "1" not found or… 133 session_set_save_handler(): Argument #1 ($open) must be a valid callback, function "" not found or … 136 session_set_save_handler(): Argument #1 ($open) must be a valid callback, function "1" not found or… 139 session_set_save_handler(): Argument #1 ($open) must be a valid callback, function "" not found or … 142 session_set_save_handler(): Argument #1 ($open) must be a valid callback, function "" not found or … 145 session_set_save_handler(): Argument #1 ($open) must be a valid callback, function "" not found or … [all …]
|
/PHP-8.0/ext/mysqli/tests/ |
H A D | mysqli_debug_control_string.phpt | 80 Warning: mysqli_debug(): Colon expected, 'b' found in %s on line %d 82 Warning: mysqli_debug(): Colon expected, 'c' found in %s on line %d 84 Warning: mysqli_debug(): Colon expected, 'B' found in %s on line %d 86 Warning: mysqli_debug(): Colon expected, 'C' found in %s on line %d 88 Warning: mysqli_debug(): Colon expected, ',' found in %s on line %d 90 Warning: mysqli_debug(): Colon expected, '1' found in %s on line %d 92 Warning: mysqli_debug(): Colon expected, '2' found in %s on line %d 94 Warning: mysqli_debug(): Colon expected, '3' found in %s on line %d 98 Warning: mysqli_debug(): Colon expected, 'B' found in %s on line %d 100 Warning: mysqli_debug(): Colon expected, 'C' found in %s on line %d [all …]
|
H A D | mysqli_debug_mysqlnd_only.phpt | 76 printf("[015] SELECT query cannot be found in trace. Trace contents seems wrong.\n"); 87 $found = 0; 90 $found++; 92 if ($found < 1) { 93 printf("[016] Only %d memory functions have been found, expecting at least %d.\n", 94 $found, 1); 100 printf("[025] SELECT query cannot be found in trace. Trace contents seems wrong.\n"); 111 $found = 0; 114 $found++; 116 if ($found > 2) { [all …]
|
/PHP-8.0/ext/standard/tests/strings/ |
H A D | str_replace_variation2.phpt | 72 -- search string has found '2' times 79 -- search string has found '2' times 86 -- search string has found '1' times 93 -- search string has found '0' times 100 -- search string has found '1' times 107 -- search string has found '0' times 114 -- search string has found '0' times 121 -- search string has found '1' times 128 -- search string has found '0' times 135 -- search string has found '2' times [all …]
|
/PHP-8.0/ext/standard/tests/network/ |
H A D | net_get_interfaces_001.phpt | 14 $found = false; 18 $found = true; 24 var_dump($found); 25 if (!$found) {
|
/PHP-8.0/ext/standard/tests/array/ |
H A D | array_map_variation16.phpt | 41 array_map(): Argument #1 ($callback) must be a valid callback, function "echo" not found or invalid… 43 array_map(): Argument #1 ($callback) must be a valid callback, function "array" not found or invali… 45 array_map(): Argument #1 ($callback) must be a valid callback, function "empty" not found or invali… 47 array_map(): Argument #1 ($callback) must be a valid callback, function "eval" not found or invalid… 49 array_map(): Argument #1 ($callback) must be a valid callback, function "exit" not found or invalid… 51 array_map(): Argument #1 ($callback) must be a valid callback, function "isset" not found or invali… 53 array_map(): Argument #1 ($callback) must be a valid callback, function "list" not found or invalid… 55 array_map(): Argument #1 ($callback) must be a valid callback, function "print" not found or invali…
|
/PHP-8.0/ext/exif/tests/ |
H A D | sony.phpt | 14 // 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-8.0/ext/mbstring/tests/ |
H A D | mb_strrchr_variation6.phpt | 27 // needle should be found 29 // no needle should be found 34 // needle should be found 40 echo "nothing found!\n"; 42 // no needle should be found
|
H A D | mb_strstr_variation6.phpt | 27 // needle should be found 29 // no needle should be found 34 // needle should be found 40 echo "nothing found!\n"; 42 // no needle should be found
|
H A D | mb_stripos_basic.phpt | 68 echo "\n -- ASCII Strings, needle should be found --\n"; 71 echo "\n -- ASCII Strings, needle should not be found --\n"; 80 echo "\n -- Greek Strings, needle should be found --\n"; 83 echo "\n -- ASCII Strings, needle should not be found --\n"; 97 -- ASCII Strings, needle should be found -- 111 -- ASCII Strings, needle should not be found -- 125 -- Greek Strings, needle should be found -- 139 -- ASCII Strings, needle should not be found --
|
H A D | mb_strripos_basic.phpt | 68 echo "\n -- ASCII Strings, needle should be found --\n"; 71 echo "\n -- ASCII Strings, needle should not be found --\n"; 80 echo "\n -- Greek Strings, needle should be found --\n"; 83 echo "\n -- ASCII Strings, needle should not be found --\n"; 97 -- ASCII Strings, needle should be found -- 111 -- ASCII Strings, needle should not be found -- 125 -- Greek Strings, needle should be found -- 139 -- ASCII Strings, needle should not be found --
|
/PHP-8.0/ext/zip/examples/ |
H A D | addglob.php | 11 $found = $z->addGlob("/home/pierre/cvs/gd/libgd/tests/*.png", 0, $options); variable 12 var_dump($found);
|
H A D | addpattern.php | 10 $found = $z->addPattern("/(\.png)$/i", "/home/pierre/cvs/gd/libgd/tests", $options); variable 11 var_dump($found);
|
/PHP-8.0/ext/pdo_mysql/tests/ |
H A D | pdo_mysql___construct_ini.phpt | 18 $found = false; 23 $found = true; 27 if (!$found) { 29 $found = ($dsn !== false); 32 if (!$found)
|
/PHP-8.0/ext/standard/tests/streams/ |
H A D | stream_get_line_nb.phpt | 15 * 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-8.0/ext/oci8/tests/ |
H A D | bug42134.phpt | 65 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-8.0/ext/zip/tests/ |
H A D | utils.inc | 11 $found = []; 20 $found[] = $stat["name"]; 24 var_dump($found);
|
/PHP-8.0/ext/spl/tests/ |
H A D | bug38325.phpt | 2 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-8.0/Zend/tests/ |
H A D | bug30519.phpt | 2 Bug #30519 (Interface not existing says Class not found) 9 Fatal error: Uncaught Error: Interface "a" not found in %s:%d
|
H A D | bug70895.phpt | 23 array_map(): Argument #1 ($callback) must be a valid callback, function "%n" not found or invalid f… 24 array_map(): Argument #1 ($callback) must be a valid callback, function "%n %i" not found or invali… 25 …$callback) must be a valid callback, function "%n %i aoeu %f aoeu %p" not found or invalid functio…
|
/PHP-8.0/ext/pgsql/tests/ |
H A D | 80_bug36625.phpt | 27 $found = 0; 31 $GLOBALS['found']++; 37 var_dump($found > 0);
|