Quoting Stanislav Malyshev <[EMAIL PROTECTED]>:

AH>>Does C suffer from having goto?

Does C suffer from being able to freely convert any type to any and access
any memory location? Should we add these features too?
--

The first one we already have - you can convert from every to every type. My
favourite 2 are :
1) convert from object to array to access its private and protected properties
2) (unset) cast
With the first one you have access to almost everything in PHP's memory. Not to
mention things like properties with names only digits :)

Andrey

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

Reply via email to