moodLearning Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
php-upgrade-cheatsheet [2018/01/04 06:18]
malvin
php-upgrade-cheatsheet [2018/01/04 06:19]
malvin
Line 24: Line 24:
 **Fix for php7** **Fix for php7**
  
-If the function and class name is same change function name to <nowiki>__contstruct</nowiki>+if your class has a constructor having the same name as your class name, then it is now deprecated in PHP 7. Change constructor to <nowiki>__construct</nowiki>
  
 Sample Sample