1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

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
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.
*
*