From 2b66aa860ffed3cefd7323e4f3556482cca744ad Mon Sep 17 00:00:00 2001 From: SVN Migration Date: Wed, 11 Feb 2004 17:00:49 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. --- ext/session/tests/bug26862.phpt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 ext/session/tests/bug26862.phpt diff --git a/ext/session/tests/bug26862.phpt b/ext/session/tests/bug26862.phpt new file mode 100644 index 0000000000..f30a21d5d0 --- /dev/null +++ b/ext/session/tests/bug26862.phpt @@ -0,0 +1,21 @@ +--TEST-- +Bug #26862 (ob_flush() before output_reset_rewrite_vars() results in data loss) +--SKIPIF-- + +--INI-- +register_globals=0 +html_errors=0 +--FILE-- +link'; + +ob_flush(); + +output_reset_rewrite_vars(); +echo 'link'; +?> +--EXPECT-- +linklink -- 2.50.1