mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2025-01-10 14:48:33 +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}";
|