From: Felipe Pena Date: Sun, 8 Aug 2010 16:48:32 +0000 (+0000) Subject: - Fix test X-Git-Tag: php-5.4.0alpha1~191^2~1130 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef1270e5d05aaf781b430de6ef3edfd8a971be69;p=php - Fix test --- 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