goto : -1
PHP is a structured scripting language.
The "goto" statement will bring a lot of missunderstanding and special
casees.
Only one example:
function foo () {
...
goto LABEL;
foreach($a as $v) {
...
LABEL:
...
}
}
I can add several examples more.
ifsetor: -1
I don't like to put simple functions on engine level.
If we will implement ifsetor() why not to implement strlen(), strpos() and
other functions as opcodes?
Thanks. Dmitry.
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php