Hello Ilia, as far as i know "do while" works pretty well. Just to be sure try this:
php -r 'do { echo "Hello\n"; } while (0); echo "World\n";' Sunday, November 27, 2005, 5:06:39 PM, you wrote: > Zeev Suraski wrote: >> 1. A forward-jumping construct only, to avoid giving users too much >> ammo to shoot themselves in the foot with spaghetti coding. > One of the major uses of "jump" is the ability to "retry on error" by > jumping backwards inside the code. Given that the limit of the > functionality is completely superficial, there are no engine reasons for > it, I'd much prefer we did not impose it. > Ilia Best regards, Marcus -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php