Alexia / php7mar

PHP 7 Migration Assistant Report (MAR)
GNU General Public License v3.0
797 stars 133 forks source link

Add detection for /e in regex that needs to be changed to preg_replace_callback(). #12

Open Alexia opened 9 years ago

Alexia commented 9 years ago

Using /e within preg_replace() is no longer support.