From: foobar Date: Tue, 7 Jun 2005 21:39:54 +0000 (+0000) Subject: - It is nice to close the script with ?>.. X-Git-Tag: php-5.0.1b1~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7101cd821ab07f08afd8b3d44027a437991cd21c;p=php - It is nice to close the script with ?>.. --- diff --git a/ext/standard/tests/array/bug31213.phpt b/ext/standard/tests/array/bug31213.phpt index 55ad88110d..6aa31d5e0e 100644 --- a/ext/standard/tests/array/bug31213.phpt +++ b/ext/standard/tests/array/bug31213.phpt @@ -28,6 +28,8 @@ function test($use_extract) { test(false); test(true); + +?> --EXPECT-- int(1) int(1)