[ create a new paste ] login | about

Link: http://codepad.org/oCfltGyE    [ raw code | output | fork ]

PHP, pasted on Jan 14:
1
2
3
4
<?

$item = array('a'=>array('b'=>array('c'=>'none')));
echo $item['a']['b']['c'];


Output:
1
none


Create a new paste based on this one


Comments: