From 9f99f2e9b1734af94b1cea48af7cef1b835e8483 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Fri, 24 Nov 2006 13:40:29 +0000 Subject: [PATCH] fix test --- ext/ftp/tests/004.phpt | 4 ++-- sapi/cli/tests/011.phpt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/ftp/tests/004.phpt b/ext/ftp/tests/004.phpt index 8fc6a862c9..b41f2ac7cf 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 ded6d90555..b99319087e 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 string(40) "Could not open input file: some.unknown " 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 -- 2.50.1