File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -918,7 +918,7 @@ feature development that cannot go into the new version.
918918 All the changes that are already present in the previous version NEWS should be
919919 removed. It means all bug fixes that went to the previous version as well should
920920 have their entries removed. It is possible to use ` grep` to compare the changes.
921- For exampe if ` 82/NEWS` is NEWS for PHP 8.2 and ` 83/NEWS` is NEWS file for PHP 8.3,
921+ For example if ` 82/NEWS` is NEWS for PHP 8.2 and ` 83/NEWS` is NEWS file for PHP 8.3,
922922 then following command will show changes present in both files:
923923
924924 ` ` ` sh
@@ -984,7 +984,7 @@ volunteers to begin the selection process for the next release managers.
984984
985985 Provide the following information in a single email:
986986
987- - Prefered Unix username (will also become part of location to download RCs,
987+ - Preferred Unix username (will also become part of location to download RCs,
988988 such as ` https://downloads.php.net/~derick/` ).
989989 - An SSH public key, preferably a new unique one for PHP systems and
990990 projects.
Original file line number Diff line number Diff line change 11--TEST--
2- Changing from an interable type to a non iterable type during the iteration
2+ Changing from an iterable type to a non iterable type during the iteration
33--FILE--
44<?php
55echo "\nChange from array to non iterable: \n" ;
You can’t perform that action at this time.
0 commit comments