mirror of
https://github.com/php/php-src.git
synced 2026-03-26 09:12:14 +01:00
- Fixed tests
This commit is contained in:
@@ -29,15 +29,15 @@ foreach ( $variation as $var ) {
|
||||
===DONE===
|
||||
--EXPECTF--
|
||||
|
||||
Warning: gzfile() expects parameter 1 to be string, array given in %s on line %d
|
||||
Warning: gzfile() expects parameter 1 to be a valid path, array given in %s on line %d
|
||||
NULL
|
||||
|
||||
Warning: gzfile() expects parameter 1 to be string, array given in %s on line %d
|
||||
Warning: gzfile() expects parameter 1 to be a valid path, array given in %s on line %d
|
||||
NULL
|
||||
|
||||
Warning: gzfile() expects parameter 1 to be string, array given in %s on line %d
|
||||
Warning: gzfile() expects parameter 1 to be a valid path, array given in %s on line %d
|
||||
NULL
|
||||
|
||||
Warning: gzfile() expects parameter 1 to be string, array given in %s on line %d
|
||||
Warning: gzfile() expects parameter 1 to be a valid path, array given in %s on line %d
|
||||
NULL
|
||||
===DONE===
|
||||
===DONE===
|
||||
|
||||
@@ -45,5 +45,5 @@ foreach ( $variation as $var ) {
|
||||
--EXPECTF--
|
||||
Error: 2 - gzfile(Class A object): failed to open stream: No such file or directory, %s(%d)
|
||||
bool(false)
|
||||
Error: 2 - gzfile() expects parameter 1 to be string, object given, %s(%d)
|
||||
NULL
|
||||
Error: 2 - gzfile() expects parameter 1 to be a valid path, object given, %s(%d)
|
||||
NULL
|
||||
|
||||
Reference in New Issue
Block a user