Skip to content

Fix some typos #7320

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 31, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Zend/tests/array_unpack/undef_var.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
array unpacking with undefinded variable
array unpacking with undefined variable
--FILE--
<?php

Expand Down
2 changes: 1 addition & 1 deletion Zend/tests/generators/unused_return_value.phpt
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Zend/tests/traits/property007.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion Zend/tests/traits/trait_constant_001.phpt
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Zend/tests/unset_cv11.phpt
Original file line number Diff line number Diff line change
@@ -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");
Expand Down
2 changes: 1 addition & 1 deletion Zend/zend_gc.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* ------------------------------------------
*
* GREEN - Acyclic
* RED - Candidate cycle underogin
* RED - Candidate cycle undergoing
* ORANGE - Candidate cycle awaiting epoch boundary.
*
*
Expand Down