From f22fb07ecda7fc717a3accedd3417a76414814f0 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Wed, 2 Apr 2003 01:51:34 +0000 Subject: [PATCH] Avoid having output_buffering cause this test to improperly fail. --- tests/strings/002.phpt | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/tests/strings/002.phpt b/tests/strings/002.phpt index cadb5b0eb5..96bc722e0e 100644 --- a/tests/strings/002.phpt +++ b/tests/strings/002.phpt @@ -4,9 +4,13 @@ Formatted print functions --GET-- --FILE-- --EXPECT-- +fprintf test 1:abcde +int(20) printf test 1:simple string printf test 2:42 printf test 3:3.333333 @@ -82,5 +83,3 @@ printf test 28:02 1 printf test 29:2 1 printf test 30:x vprintf test 1:2 1 -fprintf test 1:abcde -int(20) -- 2.50.1