Annotation of embedaddon/php/ext/session/tests/bug51338.phpt, revision 1.1.1.1

1.1       misho       1: --TEST--
                      2: Bug #51338 (URL-Rewriter should not get enabled if use_only_cookies is set to 1)
                      3: --SKIPIF--
                      4: <?php include('skipif.inc'); ?>
                      5: --INI--
                      6: session.use_only_cookies=1
                      7: session.use_trans_sid=1
                      8: --FILE--
                      9: <?php
                     10: session_start();
                     11: print_r(ob_list_handlers());
                     12: --EXPECT--
                     13: Array
                     14: (
                     15: )

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>