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.phpt16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/func/009.phpt b/tests/func/009.phpt
deleted file mode 100644
index 05b40e8e67..0000000000
--- a/tests/func/009.phpt
+++ /dev/null
@@ -1,16 +0,0 @@
---TEST--
-Test for buffering in core functions with implicit flush on
---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'