1
0
mirror of https://github.com/php/php-src.git synced 2026-04-30 03:33:17 +02:00
Files
archived-php-src/ext/session/tests/002.phpt
2002-04-19 07:55:24 +00:00

13 lines
165 B
PHP

--TEST--
session_unset() without any session
--SKIPIF--
<?php include('skipif.inc'); ?>
--FILE--
<?php
session_unset();
print "ok\n";
--GET--
--POST--
--EXPECT--
ok