[ create a new paste ] login | about

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

PHP, pasted on May 31:
1
2
3
4
      <?php
        $tens = array(10, 20, 30, 40, 50);
        echo $tens{2}; 
      ?>


Output:
1
      30


Create a new paste based on this one


Comments: