[ create a new paste ] login | about

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

PHP, pasted on Jun 26:
1
2
3
4
5
6
7
8
<?php
    $names[] = 'Joe';
    $names[] = 'Steve';
    $names[] = 'Jen';
    $names[] = 'David';

    echo $names;
?>


Output:
1
Array


Create a new paste based on this one


Comments: