update inbox list
This commit is contained in:
14
vendor/scrivo/highlight.php/test/markup/php/heredoc.txt
vendored
Normal file
14
vendor/scrivo/highlight.php/test/markup/php/heredoc.txt
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
echo <<<EOT
|
||||
String with $var and {$foo->bar[1]}.
|
||||
EOT;
|
||||
|
||||
echo <<<EOT
|
||||
string
|
||||
EOT
|
||||
still string
|
||||
EOT;
|
||||
|
||||
array(<<<EOD
|
||||
foobar!
|
||||
EOD
|
||||
);
|
||||
Reference in New Issue
Block a user