Alexia / php7mar

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

Fixed some PHP notices thrown at runtime #3

Closed valentintorikian closed 9 years ago

valentintorikian commented 9 years ago

Fixed the following notices:

PHP Notice: Use of undefined constant self - assumed 'self' in ~/www-dev/php7mar/mar.php on line 58 PHP Notice: Undefined index: r in ~/www-dev/php7mar/mar.php on line 228 PHP Notice: Undefined index: php in ~/www-dev/php7mar/mar.php on line 228 PHP Notice: Undefined variable: totalFiles in ~/www-dev/php7mar/mar.php on line 108 PHP Notice: Undefined variable: totalLines in ~/www-dev/php7mar/mar.php on line 128

Alexia commented 9 years ago

Thanks! I forgot that I had E_NOTICE turned off on my laptop where I doing all the development on the move last week.