mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +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();
|
$headers = headers_list();
|
||||||
if (($i = count($expected)) > count($headers))
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue