[ create a new paste ] login | about

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

PHP, pasted on Oct 27:
1
2
3
4
5
<?php

$variable = 'foo';

echo ${variable}, $variable;


Output:
1
foofoo


Create a new paste based on this one


Comments: