Fix some typos (#7320)

This commit is contained in:
Javier Eguiluz 2021-07-31 08:34:57 +02:00 committed by GitHub
parent d6368f7232
commit ffc8717401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
--TEST--
array unpacking with undefinded variable
array unpacking with undefined variable
--FILE--
<?php

View File

@ -1,5 +1,5 @@
--TEST--
There shouldn't be any leaks when the genertor's return value isn't used
There shouldn't be any leaks when the generator's return value isn't used
--FILE--
<?php

View File

@ -12,7 +12,7 @@ trait THello1 {
}
// Protected and public are handle more strict with a warning then what is
// expected from normal inheritance since they can have easier coliding semantics
// expected from normal inheritance since they can have easier colliding semantics
echo "PRE-CLASS-GUARD\n";
class SameNameInSubClassProducesNotice extends Base {
use THello1;

View File

@ -1,5 +1,5 @@
--TEST--
__TRAIT__: Basics, a constant denoiting the trait of definition.
__TRAIT__: Basics, a constant denoting the trait of definition.
--FILE--
<?php

View File

@ -1,5 +1,5 @@
--TEST--
unset() CV 11 (unset() of copy destoies original value)
unset() CV 11 (unset() of copy destroys original value)
--FILE--
<?php
$x = array("default"=>"ok");

View File

@ -33,7 +33,7 @@
* ------------------------------------------
*
* GREEN - Acyclic
* RED - Candidate cycle underogin
* RED - Candidate cycle undergoing
* ORANGE - Candidate cycle awaiting epoch boundary.
*
*