mirror of
https://github.com/php/php-src.git
synced 2026-03-27 17:52:16 +01:00
Test
This commit is contained in:
@@ -35,7 +35,7 @@ $expected = array(
|
||||
$headers = headers_list();
|
||||
if (($i = count($expected)) > count($headers))
|
||||
{
|
||||
echo "Less headers are being sent than expected - aborting";
|
||||
echo "Fewer headers are being sent than expected - aborting";
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -67,4 +67,4 @@ echo ($i === 0)
|
||||
--EXPECTHEADERS--
|
||||
|
||||
--EXPECT--
|
||||
OK
|
||||
OK
|
||||
|
||||
Reference in New Issue
Block a user