mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-12-12 09:29:47 +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}";
|