2008/3/26, Johannes Schlüter <[EMAIL PROTECTED]>:
>  > - Removed undocumented and incomplete support for strings in list()
>  > operator. (Dmitry)
>
>
> What exactly does that change?

$a = "foo"; list($b) = $a; var_dump($b);

Before:
string(1) "f"

After (HEAD):
NULL

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

Reply via email to