/PHP-5.6/ext/standard/tests/mail/ |
H A D | mail_basic6.phpt | 252 Warning: mail(): Multiple or malformed newlines found in additional_header in %s/mail_basic6.php on… 256 Warning: mail(): Multiple or malformed newlines found in additional_header in %s/mail_basic6.php on… 260 Warning: mail(): Multiple or malformed newlines found in additional_header in %s/mail_basic6.php on… 264 Warning: mail(): Multiple or malformed newlines found in additional_header in %s/mail_basic6.php on… 268 Warning: mail(): Multiple or malformed newlines found in additional_header in %s/mail_basic6.php on… 272 Warning: mail(): Multiple or malformed newlines found in additional_header in %s/mail_basic6.php on… 276 Warning: mail(): Multiple or malformed newlines found in additional_header in %s/mail_basic6.php on… 280 Warning: mail(): Multiple or malformed newlines found in additional_header in %s/mail_basic6.php on… 284 Warning: mail(): Multiple or malformed newlines found in additional_header in %s/mail_basic6.php on… 288 Warning: mail(): Multiple or malformed newlines found in additional_header in %s/mail_basic6.php on… [all …]
|
/PHP-5.6/ext/sybase_ct/tests/ |
H A D | bug27843.phpt | 20 echo "Stored procedure {$sp_name} not found, creating\n"; 29 echo "Stored procedure {$sp_name} found, using\n";
|
H A D | bug28354.phpt | 22 echo "Stored procedure {$sp_name} not found, creating\n"; 29 echo "Stored procedure {$sp_name} found, using\n";
|
/PHP-5.6/ext/mssql/ |
H A D | config.w32 | 13 WARNING("mssql not enabled; libraries and headers not found"); 26 WARNING("dblib not enabled; libraries and headers not found");
|
/PHP-5.6/ext/zip/tests/ |
H A D | bug7658.phpt | 45 $found[] = $sb['name']; 47 $ar = array_diff($found, $expect);
|
/PHP-5.6/ext/soap/ |
H A D | php_xml.c | 320 char *found = strrchr((char*)inval, ':'); in parse_namespace() local 322 if (found != NULL && found != (char*)inval) { in parse_namespace() 323 (*namespace) = estrndup((char*)inval, found - (char*)inval); in parse_namespace() 324 (*value) = estrdup(++found); in parse_namespace()
|
/PHP-5.6/ext/date/tests/ |
H A D | DateTime_construct_variation1.phpt | 315 …ed to parse time string (string) at position 0 (s): The timezone could not be found in the database 316 …ed to parse time string (string) at position 0 (s): The timezone could not be found in the database 319 …ed to parse time string (string) at position 0 (s): The timezone could not be found in the database 320 …ed to parse time string (string) at position 0 (s): The timezone could not be found in the database 323 …ed to parse time string (sTrInG) at position 0 (s): The timezone could not be found in the database 324 …ed to parse time string (sTrInG) at position 0 (s): The timezone could not be found in the database 327 … parse time string (hello world) at position 0 (h): The timezone could not be found in the database 328 … parse time string (hello world) at position 0 (h): The timezone could not be found in the database 331 …rse time string (Class A object) at position 0 (C): The timezone could not be found in the database 332 …rse time string (Class A object) at position 0 (C): The timezone could not be found in the database
|
H A D | date_parse_variation1.phpt | 224 string(47) "The timezone could not be found in the database" 230 string(47) "The timezone could not be found in the database" 236 string(47) "The timezone could not be found in the database" 242 string(47) "The timezone could not be found in the database" 248 string(47) "The timezone could not be found in the database"
|
/PHP-5.6/Zend/tests/ |
H A D | call_user_func_002.phpt | 19 Warning: call_user_func() expects parameter 1 to be a valid callback, class 'foo' not found in %s o… 21 Warning: call_user_func() expects parameter 1 to be a valid callback, class '' not found in %s on l…
|
H A D | indirect_call_array_001.phpt | 11 Fatal error: Class 'a' not found in %s on line %d
|
/PHP-5.6/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_stmt_errorinfo.phpt | 78 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.iho… 88 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.tes… 108 Warning: PDO::prepare(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.ihopeitdoesn… 119 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.tes…
|
H A D | pdo_mysql_stmt_getcolumnmeta.phpt | 120 $found = false; 123 $found = true; 128 if (!$found) { 246 $found = false; 249 $found = true; 251 if (!$found) 267 $found = false; 270 $found = true; 272 if (!$found) 288 $found = false; [all …]
|
/PHP-5.6/sapi/fpm/tests/ |
H A D | skipif.inc | 10 die("skip FPM not found");
|
/PHP-5.6/ext/mbstring/tests/ |
H A D | mb_strrchr_variation5.phpt | 38 echo "nothing found!\n"; 45 echo "nothing found!\n";
|
H A D | mb_strstr_variation5.phpt | 38 echo "nothing found!\n"; 45 echo "nothing found!\n";
|
/PHP-5.6/tests/output/ |
H A D | ob_start_error_002.phpt | 23 Warning: ob_start(): class 'nonExistent' not found in %s on line 13 38 Warning: ob_start(): function 'no' not found or invalid function name in %s on line 16
|
/PHP-5.6/Zend/tests/traits/ |
H A D | error_002.phpt | 12 Fatal error: Trait 'abc' not found in %s on line %d
|
/PHP-5.6/ext/mysqli/tests/ |
H A D | mysqli_stmt_get_result_non_select.phpt | 38 $found = false; 42 $found = true; 45 if (!$found)
|
/PHP-5.6/ext/intl/tests/ |
H A D | locale_compose_locale.phpt | 122 $res_str .= "No values found from Locale compose due to the following error:\n"; 173 Composed Locale: No values found from Locale compose due to the following error: 178 Composed Locale: No values found from Locale compose due to the following error: 183 Composed Locale: No values found from Locale compose due to the following error:
|
/PHP-5.6/ext/standard/tests/file/ |
H A D | include_userstream_003.phpt | 99 …tents(test1://hello): failed to open stream: no suitable wrapper could be found in %sinclude_users… 104 Warning: include(test1://hello): failed to open stream: no suitable wrapper could be found in %sinc… 110 Warning: fopen(test1://hello): failed to open stream: no suitable wrapper could be found in %sinclu… 117 Warning: fopen(test1://hello): failed to open stream: no suitable wrapper could be found in %sinclu…
|
/PHP-5.6/ext/zip/lib/ |
H A D | zip_extra_field_api.c | 241 int i, found, new_len; in zip_file_extra_field_set() local 269 found = 0; in zip_file_extra_field_set() 274 found = 1; in zip_file_extra_field_set() 297 if (found) in zip_file_extra_field_set() 311 if (found) { in zip_file_extra_field_set()
|
/PHP-5.6/ext/phar/ |
H A D | dirstream.c | 184 char *entry, *found, *save, *str_key; in phar_make_dirstream() local 225 if (NULL != (found = (char *) memchr(str_key, '/', keylen))) { in phar_make_dirstream() 227 entry = (char *) safe_emalloc(found - str_key, 1, 1); in phar_make_dirstream() 228 memcpy(entry, str_key, found - str_key); in phar_make_dirstream() 229 keylen = found - str_key; in phar_make_dirstream() 258 if (NULL != (found = (char *) memchr(save, '/', keylen - dirlen - 1))) { in phar_make_dirstream() 261 entry = (char *) safe_emalloc(found - save + dirlen, 1, 1); in phar_make_dirstream() 262 memcpy(entry, save + dirlen + 1, found - save - dirlen - 1); in phar_make_dirstream() 263 keylen = found - save - dirlen - 1; in phar_make_dirstream()
|
/PHP-5.6/ext/spl/tests/ |
H A D | bug48023.phpt | 12 Fatal error: Class 'Foo' not found in %s on line %d
|
H A D | bug38325.phpt | 2 Bug #38325 (spl_autoload_register() gaves wrong line for "class not found")
|
/PHP-5.6/sapi/cgi/tests/ |
H A D | skipif.inc | 14 die("skip CGI not found");
|