Lines Matching refs:list
8 list($a,,$b) = $f;
29 list($e[$f++],$e[$f++]) = $g[2];
41 // a list of lists
42 list(list($j[$h++],$j[$h++]),$j[$h++]) = $i[3];
46 // list of lists with just variable assignments - expect 100,200,300
49 list(list($l,$m),$n) = $k;
54 list($o,$p) = 20;
58 // list of lists with blanks and nulls expect 10 20 40 50 60 70 80
64 list(list(list($r,$s,,$t),list($u,$v),,$w),,$x) = $q4;
69 list($y,$z) = array();
73 list($aa,$bb) = array(10);
77 list($cc,,$dd) = array(10,20,30,40);