David Kingma wrote:

Where did the if statements go? do_stuff(), do_more_stuff(), and
do_even_more_stuff() should throw exceptions rather than return boolean error indicators.

Now imagine do_stuff() and friends were native PHP functions ;)


Good point, but should we fix this with a goto operator or get to the source
of the problem (that would break BC wouldn't it?)?


Exactly. The BC consideration would probably mean that this is never going to be implemented.

Edin

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



Reply via email to