[ create a new paste ] login | about

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

PHP, pasted on Apr 26:
1
2
3
4
5
6
<?php
$it = 2;
$NAME{$it} = 'foo';

echo $NAME2;
?>


Output:
No errors or program output.


Create a new paste based on this one


Comments: