Created
January 12, 2011 14:51
-
-
Save yitsushi/776239 to your computer and use it in GitHub Desktop.
Valtozo ami jo hosszu szoveget tartalmaz =/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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