ID: 6768
Updated by: jan
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Duplicate
Bug Type: Feature/Change Request
Operating System: Linux 2.2.14
PHP Version: 4.0.2
New Comment:

dupe of #7930 and marking it "dublicate"

Previous Comments:
------------------------------------------------------------------------

[2000-09-15 05:28:18] [EMAIL PROTECTED]

I'm requesting that that the list() construct which is an assignment
construct, assign variable references. Like such..

<?
$array = array(1, 2, 3);

list($a, $b, &$c) = $array;

?>

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=6768&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to