summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 :)