mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-12-11 16:49:43 +01:00
10 lines
148 B
Plaintext
10 lines
148 B
Plaintext
|
Rewrite string with variable interpolation
|
||
|
-----
|
||
|
<?php
|
||
|
"{$e}";
|
||
|
-----
|
||
|
$stmts[0]->expr->parts[0]->setAttribute('origNode', null);
|
||
|
-----
|
||
|
<?php
|
||
|
"{$e}";
|