mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
[skip ci] Fix some typos (#14893)
This commit is contained in:
parent
93c3ebd209
commit
6bb960092a
2 changed files with 3 additions and 3 deletions
|
@ -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
|
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
|
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.
|
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:
|
then following command will show changes present in both files:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
@ -984,7 +984,7 @@ volunteers to begin the selection process for the next release managers.
|
||||||
|
|
||||||
Provide the following information in a single email:
|
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/`).
|
such as `https://downloads.php.net/~derick/`).
|
||||||
- An SSH public key, preferably a new unique one for PHP systems and
|
- An SSH public key, preferably a new unique one for PHP systems and
|
||||||
projects.
|
projects.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--TEST--
|
--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--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
echo "\nChange from array to non iterable:\n";
|
echo "\nChange from array to non iterable:\n";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue