mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
fix test
This commit is contained in:
parent
158ad3ee2f
commit
050e32ed65
2 changed files with 3 additions and 3 deletions
|
@ -47,10 +47,10 @@ NULL
|
||||||
Warning: ftp_chdir() expects parameter 2 to be string, array given in %s004.php on line 14
|
Warning: ftp_chdir() expects parameter 2 to be string, array given in %s004.php on line 14
|
||||||
NULL
|
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)
|
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
|
NULL
|
||||||
|
|
||||||
Warning: ftp_close() expects exactly 1 parameter, 0 given in %s004.php on line 17
|
Warning: ftp_close() expects exactly 1 parameter, 0 given in %s004.php on line 17
|
||||||
|
|
|
@ -52,7 +52,7 @@ string(%d) "No syntax errors detected in %s011.test.php
|
||||||
Could not open input file: some.unknown
|
Could not open input file: some.unknown
|
||||||
NULL
|
NULL
|
||||||
string(%d) "
|
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
|
Errors parsing %s011.test.php
|
||||||
"
|
"
|
||||||
Done
|
Done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue