[ create a new paste ] login | about

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

PHP, pasted on Apr 22:
1
2
3
4
<?php

  $ARRAY['q1'] = 'foo';
  echo "q1 is $ARRAY[q1]<br>";


Output:
1
q1 is foo<br>


Create a new paste based on this one


Comments: