From: Ilia Alshanetsky Date: Sat, 24 Apr 2004 22:38:51 +0000 (+0000) Subject: Fixed test. X-Git-Tag: php-5.0.0RC2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e4d86104607fd80d0321ca5d5c76ae629b946d5;p=php Fixed test. --- diff --git a/tests/strings/002.phpt b/tests/strings/002.phpt index 96bc722e0e..25c8875ec9 100644 --- a/tests/strings/002.phpt +++ b/tests/strings/002.phpt @@ -9,7 +9,6 @@ error_reporting(0); $fp = fopen("php://stdout", "w") or die("Arrggsgg!!"); $x = fprintf($fp, "fprintf test 1:%.5s\n", "abcdefghij"); var_dump($x); -fclose($fp); printf("printf test 1:%s\n", "simple string"); printf("printf test 2:%d\n", 42);