rewriteVariableInterpolationString.test 148 B

123456789
  1. Rewrite string with variable interpolation
  2. -----
  3. <?php
  4. "{$e}";
  5. -----
  6. $stmts[0]->expr->parts[0]->setAttribute('origNode', null);
  7. -----
  8. <?php
  9. "{$e}";