You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having a function named __autoload() is a massive fail. This needs to be removed. Even if you're calling spl_register_autoload() (good), you cannot also have a function called __autoload() (bad).
The text was updated successfully, but these errors were encountered:
Having a function named
__autoload()
is a massive fail. This needs to be removed. Even if you're callingspl_register_autoload()
(good), you cannot also have a function called__autoload()
(bad).The text was updated successfully, but these errors were encountered: