functions to migrate php5 to php7
Migrate your php5 to php7...
backwards compatibility old php functions
put this content to override old php5 functions... works like a charm!!!
include("php5_migrate_php7.php");
// Your old php5 code here in php7