1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 17:52:16 +01:00
This commit is contained in:
zborboa-google
2014-05-14 13:11:51 -07:00
parent 886fafc34f
commit ec7eccaaae

View File

@@ -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