This repository has been archived by the owner on Dec 1, 2024. It is now read-only.
4.21.7: new --ref-to-inout migration
hhast-migrate --ref-to-inout
migrates most builtin functions with by-ref parameters to the equivalent functions with inout parameters (e.g. preg_match
to preg_match_with_matches
).
This replaces hhast-migrate --preg-with-matches
.