summaryrefslogtreecommitdiff
path: root/tests/basic
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>2002-12-18 22:54:35 +0000
committerSVN Migration <svn@php.net>2002-12-18 22:54:35 +0000
commita962c4e3408d2dbb61574fa69202f47f18e1215a (patch)
tree1b0ba6b4164488f6b744e1ac4a7cd232a4b3a593 /tests/basic
parent20da71fb75b7c544f376e0b7780926564d31b52d (diff)
downloadphp-git-a962c4e3408d2dbb61574fa69202f47f18e1215a.tar.gz
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Diffstat (limited to 'tests/basic')
-rw-r--r--tests/basic/bug20539.phpt10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/basic/bug20539.phpt b/tests/basic/bug20539.phpt
new file mode 100644
index 0000000000..76556ca2fe
--- /dev/null
+++ b/tests/basic/bug20539.phpt
@@ -0,0 +1,10 @@
+--TEST--
+Bug #20539 (PHP CLI Segmentation Fault)
+--INI--
+session.auto_start=1
+--FILE--
+<?php
+ print "good :)";
+?>
+--EXPECT--
+good :)