PHP Parser v2.0.0 Release Notes

Release Date: 2015-12-04 // almost 10 years ago
  • 🔄 Changed

    • String parts of encapsed strings are now represented using Scalar\EncapsStringPart nodes. Previously raw strings were used. This affects the parts child of Scalar\Encaps and Expr\ShellExec. The change has been done to allow assignment of attributes to encapsed string parts.