summaryrefslogtreecommitdiff
path: root/ext/session/tests/002.phpt
blob: 60ece0dc968ad102702dfc12a4d67fe99d3946ce (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
session_unset() without any session
--FILE--
<?
session_unset();
print "ok\n";
--GET--
--POST--
--EXPECT--
ok