Em Qua, 2008-03-26 às 23:43 -0300, Felipe Pena escreveu: > 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
Hmm, is that being used anywhere at the planet? :D Anyway... Patch: http://felipe.ath.cx/diff/list.diff -- Regards, Felipe Pena. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php