[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;