mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02:00
11 lines
162 B
PHP
11 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 :)
|