Skip to content

Instantly share code, notes, and snippets.

@starx
Created January 26, 2017 10:48
Show Gist options
  • Save starx/07ef940b111327269223c77136806ed9 to your computer and use it in GitHub Desktop.
Save starx/07ef940b111327269223c77136806ed9 to your computer and use it in GitHub Desktop.
PHP: Calling a function inside HEREDOC
<?php
echo <<<EOT
One month ago was ${!${''} = date('Y-m-d H:i:s', strtotime('-1 month'))}.
EOT;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment