[ create a new paste ] login | about

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

PHP, pasted on Feb 8:
1
<?php $bogus = array("herp" => "blah"); echo("test {$bogus["herp"]} test");


Output:
1
test blah test


Create a new paste based on this one


Comments: