Re: [PHP-DEV] http://bugs.php.net/bugs.php?id=8409 From: Zeev Suraski (zeev <email protected>)
Date: 01/06/01

At 05:58 6/1/2001, Cynic wrote:
>Methinks (YMMV) implicit conversions were meant to make things
>easier, not complicated, let alone impossible.

They were intended to make things easier, and they do. The price, though,
is that when the default behavior of PHP doesn't suit your needs, you have
to put in additional work in order to achieve what you want. If you stop
for a minute and think about the consequences of avoiding these auto
conversions, you'd realize that they are one of the main things that make
scripting in PHP so intuitive.

>Can arrays in PHP change a bit, or are they carved in stone
>yet? Is, for example, change to extract() so that

For this purpose, they're carved in a diamond :)

Zeev

--
Zeev Suraski <zeev <email protected>>
CTO &  co-founder, Zend Technologies Ltd. http://www.zend.com/

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>