From: SVN Migration Date: Wed, 11 Feb 2004 17:00:49 +0000 (+0000) Subject: This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. X-Git-Tag: php-4.3.5RC3~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b66aa860ffed3cefd7323e4f3556482cca744ad;p=php This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. --- 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