/PHP-5.6/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 …]
|
H A D | bug67253.phpt | 35 string(51) "Meridian can only come after an hour has been found" 37 string(29) "A meridian could not be found"
|
/PHP-5.6/ext/intl/tests/ |
H A D | locale_get_keywords.phpt | 105 root: No keywords found. 108 Hindi: No keywords found. 109 de: No keywords found. 110 fr: No keywords found. 111 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. 129 zh-min: No keywords found. [all …]
|
H A D | locale_get_keywords2.phpt | 105 root: No keywords found. 108 Hindi: No keywords found. 109 de: No keywords found. 110 fr: No keywords found. 111 ja: No keywords found. 114 zh-Hant: No keywords found. 125 de-DE: No keywords found. 126 en-US: No keywords found. 127 es-419: No keywords found. 132 zh-min: No keywords found. [all …]
|
/PHP-5.6/ext/standard/tests/strings/ |
H A D | str_replace_variation2.phpt | 75 -- 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 D | str_replace.phpt | 620 -- 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-5.6/ext/mysqli/tests/ |
H A D | mysqli_debug_mysqlnd_only.phpt | 77 printf("[015] SELECT query cannot be found in trace. Trace contents seems wrong.\n"); 88 $found = 0; 91 $found++; 93 if ($found < (count($memory_funcs) - 3)) 94 printf("[016] Only %d memory functions have been found, expecting at least %d.\n", 95 $found, count($memory_funcs) - 3); 99 printf("[025] SELECT query cannot be found in trace. Trace contents seems wrong.\n"); 110 $found = 0; 113 $found++; 115 if ($found > 2) [all …]
|
/PHP-5.6/ext/standard/tests/array/ |
H A D | array_map_variation16.phpt | 43 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-5.6/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-5.6/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-5.6/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(b"incomplete line"), $eol)); // EOL not found but $len… 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-5.6/ext/mbstring/tests/ |
H A D | mb_stripos_basic.phpt | 74 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 D | mb_strripos_basic.phpt | 74 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 D | mb_strrchr_variation6.phpt | 33 // 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 D | mb_strstr_variation6.phpt | 33 // 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-5.6/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-5.6/Zend/tests/ |
H A D | bug30519.phpt | 2 Bug #30519 (Interface not existing says Class not found) 9 Fatal error: Interface 'a' not found in %sbug30519.php on line 2
|
/PHP-5.6/ext/pgsql/tests/ |
H A D | 80_bug36625.phpt | 27 $found = 0; 31 $GLOBALS['found']++; 37 var_dump($found > 0);
|
/PHP-5.6/ext/phar/tests/ |
H A D | stat.phpt | 57 echo "not found\n"; 58 var_dump(file_exists("not/found")); 59 echo "not found 2\n"; 60 var_dump(fileperms("not/found")); 220 not found 222 not found 2 224 Warning: fileperms(): stat failed for not/found in phar://%sstat.phar.php/my/index.php on line %d
|
/PHP-5.6/ext/standard/tests/file/ |
H A D | fopen_variation14-win32.phpt | 108 …\fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d 113 …\fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d 118 …/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d 123 …/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d 128 …/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d 133 …/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d 138 …\fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d 143 …\fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d 160 …/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d 165 …/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d [all …]
|
H A D | fopen_variation15-win32.phpt | 112 …\fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d 117 …\fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d 122 …/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d 127 …/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d 132 …/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d 137 …/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d 142 …\fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d 147 …\fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d 164 …/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d 169 …/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d [all …]
|
/PHP-5.6/ext/snmp/ |
H A D | config.w32 | 14 WARNING("snmp not enabled; libraries and headers not found"); 17 WARNING("snmp not enabled; libraries and headers not found");
|
/PHP-5.6/ext/mysql/tests/ |
H A D | mysql_result.phpt | 90 Warning: mysql_result(): unknown not found in MySQL result index %d in %s on line %d 93 Warning: mysql_result(): _test. not found in MySQL result index %d in %s on line %d 96 Warning: mysql_result(): not found in MySQL result index %d in %s on line %d 99 Warning: mysql_result(): _test. not found in MySQL result index %d in %s on line %d 108 Warning: mysql_result(): test.id not found in MySQL result index %d in %s on line %d 111 Warning: mysql_result(): test.label not found in MySQL result index %d in %s on line %d
|
/PHP-5.6/ext/intl/grapheme/ |
H A D | grapheme_string.c | 113 unsigned char *found; in PHP_FUNCTION() local 153 if (!found) { in PHP_FUNCTION() 160 RETURN_LONG(found - haystack); in PHP_FUNCTION() 181 unsigned char *found; in PHP_FUNCTION() local 229 if (found) { in PHP_FUNCTION() 230 RETURN_LONG(found - haystack_dup); in PHP_FUNCTION() 617 unsigned char *haystack, *needle, *found; in strstr_common_handler() local 643 …found = (unsigned char *)php_memnstr((char *)haystack, (char *)needle, needle_len, (char *)haystac… in strstr_common_handler() 646 if ( !found ) { in strstr_common_handler() 652 size_t found_offset = found - haystack; in strstr_common_handler() [all …]
|