1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 00:32:23 +01:00
Files
archived-php-src/tests/basic/bug20539.phpt
2005-07-08 07:48:57 +00:00

12 lines
162 B
PHP

--TEST--
Bug #20539 (PHP CLI Segmentation Fault)
--INI--
session.auto_start=1
session.save_handler=files
--FILE--
<?php
print "good :)\n";
?>
--EXPECT--
good :)