Re: would it be more natural if it is "loopover ($arr as $value)"
Posted by ZeldorBlat on 10/07/07 15:47
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.