From 7fe8f6cf94309c1a90e45b0e02bc5a51a640a42f Mon Sep 17 00:00:00 2001 From: foobar Date: Wed, 16 Jul 2003 00:38:54 +0000 Subject: [PATCH] Added test case for bug #22690 --- tests/lang/bug22690.phpt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/lang/bug22690.phpt diff --git a/tests/lang/bug22690.phpt b/tests/lang/bug22690.phpt new file mode 100644 index 0000000000..6aed5be6e9 --- /dev/null +++ b/tests/lang/bug22690.phpt @@ -0,0 +1,12 @@ +--TEST-- +Bug #22690 (ob_start() is broken with create_function() callbacks) +--FILE-- + +bar +--EXPECT-- +BAR +BAR -- 2.40.0