mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
Merge remote-tracking branch 'github/pr/677'
* github/pr/677: Test Fix grammar #2683
This commit is contained in:
commit
f22f665b47
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue