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\EncapsStringPartnodes. Previously raw strings were used. This affects thepartschild ofScalar\EncapsandExpr\ShellExec. The change has been done to allow assignment of attributes to encapsed string parts.
- String parts of encapsed strings are now represented using