[ create a new paste ] login | about

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

PHP, pasted on Oct 8:
1
2
3
4
5
6
7
<?php

error_reporting(-1);

$array['key'] = 1;

echo "A string with an $array[key] variable in it";


Output:
1
A string with an 1 variable in it


Create a new paste based on this one


Comments: