add node and token namespaces

This commit is contained in:
z7zmey
2017-12-03 20:49:18 +02:00
parent 71949dbcd2
commit 4da2844ea8
11 changed files with 1715 additions and 1684 deletions

View File

@@ -31,10 +31,9 @@ $a = 'string
with out $var';
$a = <<<test
heredoc
$var
string
test;
?>
<?= $b; $b ?>
<?= $b = 22; $b ?>