ru_php/sapi/cgi/tests/bug60677.phpt

10 lines
175 B
Plaintext
Raw Permalink Normal View History

--TEST--
Bug #60677: CGI doesn't properly validate shebang line contains #!
--CGI--
--FILE--
#<?php echo "Hello World\n"; ?>
Second line.
--EXPECT--
#Hello World
Second line.