mirror of
https://github.com/php/php-src.git
synced 2026-04-29 03:03:26 +02:00
4aabfe911e
This reverts commit 6eedacdf15.
10 lines
175 B
PHP
10 lines
175 B
PHP
--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.
|