Searched refs:found (Results 26 – 50 of 477) sorted by relevance
12345678910>>...20
/PHP-5.6/ext/date/tests/ |
H A D | bug43808.phpt | 30 string(47) "The timezone could not be found in the database" 46 string(47) "The timezone could not be found in the database"
|
/PHP-5.6/ext/standard/tests/file/ |
H A D | fopen_variation16.phpt | 60 echo "found file - not in dir1\n"; 72 found file - not in dir1 74 found file - not in dir1
|
H A D | fopen_variation17.phpt | 59 echo "found file for reading\n"; 71 found file for reading 73 found file for reading
|
H A D | bug24482.phpt | 30 echo "glob found:\n"; 34 echo "opendir/readdir/isdir found:\n";
|
H A D | fopen_variation14.phpt | 100 …/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d 105 …/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d 110 …/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d 115 …/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d 124 …/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d 129 …/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
|
H A D | fopen_variation15.phpt | 104 …/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d 109 …/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d 114 …/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d 119 …/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d 128 …/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d 133 …/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
|
/PHP-5.6/ext/standard/tests/array/ |
H A D | array_diff_ukey_variation10.phpt | 30 …pects parameter 3 to be a valid callback, function 'unknown_function' not found or invalid functio… 33 …pects parameter 3 to be a valid callback, function 'unknown_function' not found or invalid functio… 38 …pects parameter 3 to be a valid callback, function 'unknown_function' not found or invalid functio…
|
H A D | array_intersect_uassoc_variation9.phpt | 29 …pects parameter 3 to be a valid callback, function 'unknown_function' not found or invalid functio… 32 …pects parameter 3 to be a valid callback, function 'unknown_function' not found or invalid functio… 37 …pects parameter 3 to be a valid callback, function 'unknown_function' not found or invalid functio…
|
H A D | array_intersect_ukey_variation8.phpt | 29 …pects parameter 3 to be a valid callback, function 'unknown_function' not found or invalid functio… 32 …pects parameter 3 to be a valid callback, function 'unknown_function' not found or invalid functio… 37 …pects parameter 3 to be a valid callback, function 'unknown_function' not found or invalid functio…
|
/PHP-5.6/ext/xsl/ |
H A D | config.m4 | 27 AC_MSG_ERROR([xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution]) 49 AC_MSG_RESULT(not found) 51 AC_MSG_RESULT(found)
|
/PHP-5.6/ext/pdo_pgsql/tests/ |
H A D | bug62593.phpt | 50 $expect = 'No errors found'; 56 $expect = 'Invalid boolean found'; 66 No errors found
|
/PHP-5.6/ext/sqlite3/ |
H A D | config0.m4 | 28 AC_MSG_RESULT(found in $i) 34 AC_MSG_RESULT([not found]) 40 AC_MSG_RESULT(found) 44 AC_MSG_RESULT([not found])
|
/PHP-5.6/ext/standard/tests/mail/ |
H A D | mail_basic_alt1-win32.phpt | 54 $found = false; 56 while (!$found && $repeat_count > 0) { 72 $found = true; 80 if (!$found) {
|
H A D | mail_basic_alt2-win32.phpt | 52 $found = false; 54 while (!$found && $repeat_count > 0) { 70 $found = true; 78 if (!$found) {
|
H A D | mail_basic_alt3-win32.phpt | 52 $found = false; 54 while (!$found && $repeat_count > 0) { 70 $found = true; 78 if (!$found) {
|
H A D | mail_basic_alt4-win32.phpt | 53 $found = false; 55 while (!$found && $repeat_count > 0) { 71 $found = true; 79 if (!$found) {
|
H A D | mail_variation_alt1-win32.phpt | 53 $found = false; 55 while (!$found && $repeat_count > 0) { 71 $found = true; 79 if (!$found) {
|
H A D | mail_variation_alt2-win32.phpt | 53 $found = false; 55 while (!$found && $repeat_count > 0) { 71 $found = true; 79 if (!$found) {
|
H A D | mail_variation_alt3-win32.phpt | 52 $found = false; 54 while (!$found && $repeat_count > 0) { 70 $found = true; 78 if (!$found) {
|
/PHP-5.6/ext/standard/tests/http/ |
H A D | ignore_errors.phpt | 17 "data://text/plain,HTTP/1.0 404 Not found\r\nX-bar: baz\r\n\r\n2", 71 …http://127.0.0.1:12342/foo/bar): failed to open stream: HTTP request failed! HTTP/1.0 404 Not found 96 string(22) "HTTP/1.0 404 Not found" 123 string(22) "HTTP/1.0 404 Not found"
|
/PHP-5.6/ext/tidy/tests/ |
H A D | 004.phpt | 28 3 warnings, 0 errors were found! 31 No warnings or errors were found.
|
/PHP-5.6/ext/exif/ |
H A D | test.txt | 11 * you error log. In most cases this would mean you found an error 67 while (($found = @readdir($dir)) !== false) { 68 $type = @filetype($root.$path.'/'.$found); 69 //error_log("search_file($root$path):$type=$found",0); 72 $pos = strrpos($found,'.'); 74 $type = exif_imagetype($root.$path.'/'.$found); 77 $type = GetImageSize($root.$path.'/'.$found); 95 if ( $found!='.' && $found!='..') { 96 $sub[count($sub)] = $found; 102 foreach( $sub as $idx => $found) { [all …]
|
/PHP-5.6/ext/mysqli/tests/ |
H A D | bug42548.phpt | 12 die(sprintf('skip Needs MySQL 5.0+, found version %d.', mysqli_get_server_version($link))); 42 print "no results found\n"; 74 no results found
|
/PHP-5.6/ext/pcre/tests/ |
H A D | delimiters.phpt | 29 Warning: preg_match(): No ending delimiter '~' found in %sdelimiters.php on line 8 36 Warning: preg_match(): No ending matching delimiter '}' found in %sdelimiters.php on line 11
|
/PHP-5.6/ext/bz2/ |
H A D | config.m4 | 16 AC_MSG_RESULT(found in $i) 23 AC_MSG_RESULT(not found)
|
Completed in 26 milliseconds
12345678910>>...20