[skip ci] Fix some typos (#14893)

This commit is contained in:
Michael 2024-07-09 19:11:36 -04:00 committed by GitHub
parent 93c3ebd209
commit 6bb960092a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -918,7 +918,7 @@ feature development that cannot go into the new version.
All the changes that are already present in the previous version NEWS should be
removed. It means all bug fixes that went to the previous version as well should
have their entries removed. It is possible to use `grep` to compare the changes.
For exampe if `82/NEWS` is NEWS for PHP 8.2 and `83/NEWS` is NEWS file for PHP 8.3,
For example if `82/NEWS` is NEWS for PHP 8.2 and `83/NEWS` is NEWS file for PHP 8.3,
then following command will show changes present in both files:
```sh
@ -984,7 +984,7 @@ volunteers to begin the selection process for the next release managers.
Provide the following information in a single email:
- Prefered Unix username (will also become part of location to download RCs,
- Preferred Unix username (will also become part of location to download RCs,
such as `https://downloads.php.net/~derick/`).
- An SSH public key, preferably a new unique one for PHP systems and
projects.

View File

@ -1,5 +1,5 @@
--TEST--
Changing from an interable type to a non iterable type during the iteration
Changing from an iterable type to a non iterable type during the iteration
--FILE--
<?php
echo "\nChange from array to non iterable:\n";