Taken from http://www.phpclasses.org/browse/file/11680.html, cred to Miles Kaufmann
22
stars
17
forks
source link
Methods with the same name as their class will not be constructors in a future version of PHP; EvalMath has a deprecated constructor #4
Open
jcubic opened 8 years ago
constructor should be change to
__construct()
.