From 8ba7d5dc53f4fdf0e168b6e8c4fe79f49365d2d1 Mon Sep 17 00:00:00 2001 From: foobar Date: Fri, 29 Apr 2005 00:49:47 +0000 Subject: [PATCH] Added test for bug #30578 --- tests/lang/bug30578.phpt | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 tests/lang/bug30578.phpt diff --git a/tests/lang/bug30578.phpt b/tests/lang/bug30578.phpt new file mode 100644 index 0000000000..d8a8d2e54f --- /dev/null +++ b/tests/lang/bug30578.phpt @@ -0,0 +1,31 @@ +--TEST-- +Bug #30578 (Output buffers flushed before calling __desctruct functions) +--FILE-- + +--EXPECT-- +This should be displayed first. +Buffered data: This should be displayed last. -- 2.50.1