Skip to content

Instantly share code, notes, and snippets.

@yano3nora
Created July 1, 2017 05:51
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 yano3nora/b913a415ff213c95b08d7630c75e7d1f to your computer and use it in GitHub Desktop.
Save yano3nora/b913a415ff213c95b08d7630c75e7d1f to your computer and use it in GitHub Desktop.
[php: use DEFINE in Heredoc] Attention on old code. #php
define("PATH", "hoge/fuga/foo/bar");
$_ = function ($s) { return $s; };
echo <<<DOC
<img src="{$_(PATH)}">
DOC;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment