add node and token namespaces
This commit is contained in:
@@ -31,10 +31,9 @@ $a = 'string
|
||||
with out $var';
|
||||
|
||||
$a = <<<test
|
||||
heredoc
|
||||
$var
|
||||
string
|
||||
test;
|
||||
|
||||
?>
|
||||
|
||||
<?= $b; $b ?>
|
||||
<?= $b = 22; $b ?>
|
||||
Reference in New Issue
Block a user