Index: reference/array/functions/list.xml =================================================================== RCS file: /repository/phpdoc/en/reference/array/functions/list.xml,v retrieving revision 1.15 diff -u -r1.15 list.xml --- reference/array/functions/list.xml 31 Oct 2006 11:24:01 -0000 1.15 +++ reference/array/functions/list.xml 30 Apr 2007 22:18:53 -0000 @@ -45,6 +45,9 @@ list( , , $power) = $info; echo "I need $power!\n"; +// list() doesn't work with strings +list($bar) = "abcde"; +var_dump($bar); // NULL ?> ]]>