diff --git a/ext/ftp/tests/004.phpt b/ext/ftp/tests/004.phpt index 8fc6a862c96..b41f2ac7cf4 100644 --- a/ext/ftp/tests/004.phpt +++ b/ext/ftp/tests/004.phpt @@ -47,10 +47,10 @@ NULL Warning: ftp_chdir() expects parameter 2 to be string, array given in %s004.php on line 14 NULL -Warning: ftp_chmod() expects exactly 3 parameters, 2 given in /cvs/php5/ext/ftp/tests/004.php on line 15 +Warning: ftp_chmod() expects exactly 3 parameters, 2 given in %s on line %d bool(false) -Warning: ftp_get() expects at least 4 parameters, 3 given in /cvs/php5/ext/ftp/tests/004.php on line 16 +Warning: ftp_get() expects at least 4 parameters, 3 given in %s on line %d NULL Warning: ftp_close() expects exactly 1 parameter, 0 given in %s004.php on line 17 diff --git a/sapi/cli/tests/011.phpt b/sapi/cli/tests/011.phpt index ff6595740a0..774024c46ce 100644 --- a/sapi/cli/tests/011.phpt +++ b/sapi/cli/tests/011.phpt @@ -52,7 +52,7 @@ string(%d) "No syntax errors detected in %s011.test.php Could not open input file: some.unknown NULL string(%d) " -Parse error: syntax error, unexpected T_PRIVATE, expecting '{' in %s on line %d +Parse error: %s error, unexpected T_PRIVATE, expecting '{' in %s on line %d Errors parsing %s011.test.php " Done