string nodes

This commit is contained in:
z7zmey
2017-12-03 23:29:17 +02:00
parent 4da2844ea8
commit 1c1926516e
9 changed files with 4064 additions and 4073 deletions

View File

@@ -27,13 +27,17 @@ $a = "string
with $var
";
$a = 'string
with out $var';
$a = "string
with out \$var";
$a = <<<test
string
string $var
test;
`test
$var
`;
?>
<?= $b = 22; $b ?>