$a['x'] = 'one' ;
$a['y'] = 'two' ;
$a['z'] = 'three' ;

list( $x , $y , $z ) = $a ;

Warning:  Undefined offset:  2 in ...
Warning:  Undefined offset:  1 in ...
Warning:  Undefined offset:  0 in ...



____________________________________________________________
Cynic:

A member of a group of ancient Greek philosophers who taught
that virtue constitutes happiness and that self control is
the essential part of virtue.

[EMAIL PROTECTED]



-- 
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