> do {
>    .....code...
>    if (something) break;
>    ...code....
> } while (0);
> ...cleanup code...
>
Are you suggesting a hack is better than the real thing?

-Sara

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

Reply via email to