would it be more natural if it is "loopover ($arr as $value)"

would it be more natural if it is "loopover ($arr as $value)"

am 07.10.2007 17:14:00 von Summercoolness

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"

Re: would it be more natural if it is "loopover ($arr as $value)"

am 07.10.2007 17:47:16 von zeldorblat

On Oct 7, 11:14 am, Summercool 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.