diff options
author | Antony Dovgal <tony2001@php.net> | 2006-11-24 13:40:29 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2006-11-24 13:40:29 +0000 |
commit | 9f99f2e9b1734af94b1cea48af7cef1b835e8483 (patch) | |
tree | ffb1af6e7604e6646e39e26c5070f6a7212c9823 | |
parent | 505d1615568dc1b3e18b049831e1fbb48cdbfefa (diff) | |
download | php-git-9f99f2e9b1734af94b1cea48af7cef1b835e8483.tar.gz |
fix test
-rw-r--r-- | ext/ftp/tests/004.phpt | 4 | ||||
-rw-r--r-- | 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 |