Skip to content

Instantly share code, notes, and snippets.

@yitsushi
Created January 12, 2011 14:51
Show Gist options
  • Save yitsushi/776239 to your computer and use it in GitHub Desktop.
Save yitsushi/776239 to your computer and use it in GitHub Desktop.
Valtozo ami jo hosszu szoveget tartalmaz =/
<?php
$a = 12;
$b = <<<EOV
fasza cucc {$a} ami erteke \$a.
EOV;
echo $b;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment