1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 03:03:26 +02:00
Files
Gabriel Caruso 4aabfe911e Revert "Update versions for PHP 8.0.21"
This reverts commit 6eedacdf15.
2022-07-06 12:06:48 +02:00

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.