summaryrefslogtreecommitdiff
path: root/ext/session/tests/002.phpt
blob: 6fff01e7730eb4d3368f2692f663e574c1d3f6d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
--TEST--
session_unset() without a initialized session
--SKIPIF--
<?php include('skipif.inc'); ?>
--FILE--
<?php
error_reporting(E_ALL);
session_unset();
print "ok\n";
--EXPECT--
ok