1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 11:42:17 +02:00
Files
archived-php-src/tests/basic/bug20539.phpt
Jani Taskinen 26d7d2519d MFH:fix test
2008-08-14 21:56:13 +00:00

14 lines
249 B
PHP

--TEST--
Bug #20539 (PHP CLI Segmentation Fault)
--INI--
session.auto_start=1
session.save_handler=files
session.save_path=./tests/basic/
--FILE--
<?php
print "good :)\n";
unlink(dirname(__FILE__) . '/sess_' . session_id());
?>
--EXPECT--
good :)