PHP 8.5.0 Beta 1 available for testing

Voting

: max(six, nine)?
(Example: nine)

The Note You're Voting On

JustinasMalkas
9 years ago
If after PHP upgrade you're getting error "PHP Fatal error: Cannot declare class error, because the name is already in use ...", you will have to rename your "error" class.
Since PHP 7 classname "Error" is predefined and used internally.

<< Back to user notes page

To Top