Skip to content

Instantly share code, notes, and snippets.

@tanakahisateru
Created April 15, 2011 18:21
Show Gist options
  • Select an option

  • Save tanakahisateru/922190 to your computer and use it in GitHub Desktop.

Select an option

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