Skip to content

Instantly share code, notes, and snippets.

@tanakahisateru
Created April 15, 2011 18:21
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 tanakahisateru/922190 to your computer and use it in GitHub Desktop.
Save tanakahisateru/922190 to your computer and use it in GitHub Desktop.
<?php ob_start(); ?>
echo 'ねもい';
<?php eval(ob_get_clean()); /* ここまでくるとさすがに無理しすぎ */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment