diff options
| author | Felipe Pena <felipe@php.net> | 2010-08-08 16:48:32 +0000 |
|---|---|---|
| committer | Felipe Pena <felipe@php.net> | 2010-08-08 16:48:32 +0000 |
| commit | ef1270e5d05aaf781b430de6ef3edfd8a971be69 (patch) | |
| tree | 85085ebc8d5148c9cd2d726e56557ca1f8512ba3 | |
| parent | d9af17b839a992322d43efcfa89e5ca70624c3a7 (diff) | |
| download | php-git-ef1270e5d05aaf781b430de6ef3edfd8a971be69.tar.gz | |
- Fix test
| -rw-r--r-- | ext/standard/tests/file/bug38450_3.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/file/bug38450_3.phpt b/ext/standard/tests/file/bug38450_3.phpt index d11ebd91e3..389de87b4c 100644 --- a/ext/standard/tests/file/bug38450_3.phpt +++ b/ext/standard/tests/file/bug38450_3.phpt @@ -102,4 +102,4 @@ var_dump($myvar); echo "Done\n"; ?> --EXPECTF-- -Catchable fatal error: Argument 1 passed to VariableStream::__construct() must be an array, none given in %s on line %d +Catchable fatal error: Argument 1 passed to VariableStream::__construct() must be of the type array, none given in %s on line %d |
