mirror of
https://github.com/php/php-src.git
synced 2026-04-09 09:03:04 +02:00
11 lines
122 B
PHP
11 lines
122 B
PHP
--TEST--
|
|
session_unset() without any session
|
|
--FILE--
|
|
<?php
|
|
session_unset();
|
|
print "ok\n";
|
|
--GET--
|
|
--POST--
|
|
--EXPECT--
|
|
ok
|