Skip to content

Instantly share code, notes, and snippets.

@uzulla
Created June 6, 2014 12:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uzulla/8bda9b699efc95c32332 to your computer and use it in GitHub Desktop.
Save uzulla/8bda9b699efc95c32332 to your computer and use it in GitHub Desktop.
寿司と温泉
<?php
$♨ = "温泉";
function 🍣(){
return "おすし";
}
echo "{$♨}いきたいな〜、".🍣()."たべたいなー。".PHP_EOL;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment