summaryrefslogtreecommitdiff
path: root/tests/func/009.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/func/009.phpt')
-rw-r--r--tests/func/009.phpt18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/func/009.phpt b/tests/func/009.phpt
deleted file mode 100644
index bb3b962b6f..0000000000
--- a/tests/func/009.phpt
+++ /dev/null
@@ -1,18 +0,0 @@
---TEST--
-Test for buffering in core functions with implicit flush on
---POST--
---GET--
---INI--
-implicit_flush=1
---FILE--
-<?php
-$res = var_export("foo1");
-echo "\n";
-$res = var_export("foo2", TRUE);
-echo "\n";
-echo $res."\n";
-?>
---EXPECT--
-'foo1'
-
-'foo2'