On Sat, 30 Aug 2003 [EMAIL PROTECTED] wrote:
> That part of the for loop is inherently declaratory.

That's where you are wrong.

  for($i=0; $i<10; $i++)

There is no declaration there at all.  $i=0 is simply an assignment.
Nothing more, nothing less.  Loops and other constructs do not have
separate symbol tables.

-Rasmus

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to