1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
--TEST-- session without encryption --SKIPIF-- <?php include "../skipifcli.inc"; ?> --INI-- suhosin.session.encrypt=Off --FILE-- <?php include "sessionhandler.inc"; session_test_start(); $_SESSION['a'] = 'b'; ?> --EXPECTF-- SESSION: a|s:1:"b";