[ create a new paste ] login | about

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

PHP, pasted on Dec 19:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php

$array = array(

'word1',
'abc',
'word2',

'word1',
'dfg',
'dfg',
'dfg',
'word2'
);

?>


Output:
No errors or program output.


Create a new paste based on this one


Comments: