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
{{ message }}
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
such warnings are a joke in a codebase targeting PHP7
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Student has a deprecated constructor in /mnt/data/downloads/php_pgo_training_scripts-master/class.php on line 45
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Faculty has a deprecated constructor in /mnt/data/downloads/php_pgo_training_scripts-master/class.php on line 149
The text was updated successfully, but these errors were encountered:
Since the old stlye constructors are deprecated as of PHP 7.0.0, and
__construct() is already fully supported as of PHP 5.0.0, we change the
names of the constructors.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
such warnings are a joke in a codebase targeting PHP7
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Student has a deprecated constructor in /mnt/data/downloads/php_pgo_training_scripts-master/class.php on line 45
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Faculty has a deprecated constructor in /mnt/data/downloads/php_pgo_training_scripts-master/class.php on line 149
The text was updated successfully, but these errors were encountered: