Neil Pullman
Results
1
issues of
Neil Pullman
This replaces instances of `split` with `explode` and instances of `ereg` with `preg_match`. Both `split` and `explode` were deprecated in PHP 5.3.0 and completely removed in PHP 7.0.0. There is...