File tree 2 files changed +3
-3
lines changed
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.
918
918
All the changes that are already present in the previous version NEWS should be
919
919
removed. It means all bug fixes that went to the previous version as well should
920
920
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,
922
922
then following command will show changes present in both files:
923
923
924
924
` ` ` sh
@@ -984,7 +984,7 @@ volunteers to begin the selection process for the next release managers.
984
984
985
985
Provide the following information in a single email:
986
986
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,
988
988
such as ` https://downloads.php.net/~derick/` ).
989
989
- An SSH public key, preferably a new unique one for PHP systems and
990
990
projects.
Original file line number Diff line number Diff line change 1
1
--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
3
3
--FILE--
4
4
<?php
5
5
echo "\nChange from array to non iterable: \n" ;
You can’t perform that action at this time.
0 commit comments