From ef1270e5d05aaf781b430de6ef3edfd8a971be69 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Sun, 8 Aug 2010 16:48:32 +0000 Subject: [PATCH] - Fix test --- ext/standard/tests/file/bug38450_3.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1