This is a discussion on would it be more natural if it is "loopover ($arr as $value)" within the PHP General forums, part of the PHP Programming Forums category; would it be more natural if it is "loopover ($arr as $value)" instead of "foreach ($arr as $...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Oct 7, 11:14 am, Summercool <Summercooln...@gmail.com> wrote:
> would it be more natural if it is "loopover ($arr as $value)" > > instead of "foreach ($arr as $value)"? > > it is not "for each array" it is "for each array element" or "loop > over array" If it bothers you that much you can go into the code and change it. Look in Zend/zend_language_scanner.l for the token definitions. |