Ron Korving wrote:
I loved Joao Cruz Morais idea of using the 'as' keyword in this:

while (true) as outer_cycle {
  $i = 0;
  while (true)
    if($i++ == 10) break outer_cycle;
}

might become a bit confusing with

  foreach ($array as $val) as someloop {

but that aside i like the syntax :)


--
Hartmut Holzgraefe, Senior Support Engineer                            .
MySQL AB, www.mysql.com

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

Reply via email to