Browse Source

Appended "\n" as suggested by Derick.

PHP-5
Moriyoshi Koizumi 24 years ago
parent
commit
58037935f6
  1. 2
      tests/basic/bug20539.phpt

2
tests/basic/bug20539.phpt

@ -4,7 +4,7 @@ Bug #20539 (PHP CLI Segmentation Fault)
session.auto_start=1
--FILE--
<?php
print "good :)";
print "good :)\n";
?>
--EXPECT--
good :)
Loading…
Cancel
Save