2 of 2
replaced http://codegolf.stackexchange.com/ with https://codegolf.stackexchange.com/
PHP, 110 bytes, Oliver
<?php $x='<?php $x=0; echo strtr($x, array(chr(39).$x.chr(39)));'; echo strtr($x, array(chr(39).$x.chr(39)));
Thanks, I had fun and the strtr([]) trick was a new one for me that I hope will save me some bytes in the future.
user59178
- 1k
- 5
- 7