1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00
Files
archived-php-src/ext/session/tests/002.phpt
2021-06-11 16:27:50 +02:00

15 lines
208 B
PHP

--TEST--
session_unset() without a initialized session
--EXTENSIONS--
session
--SKIPIF--
<?php include('skipif.inc'); ?>
--FILE--
<?php
error_reporting(E_ALL);
session_unset();
print "ok\n";
?>
--EXPECT--
ok