1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00
Files
archived-php-src/tests/basic/bug20539.phpt
Moriyoshi Koizumi af69bece5b MFH
2002-12-19 15:29:38 +00:00

11 lines
135 B
PHP

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