[ create a new paste ] login | about

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

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

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


Output:
1
2

Parse error: syntax error, unexpected T_STRING, expecting ']' on line 4


Create a new paste based on this one


Comments: