PHP 8.5.0 Alpha 1 available for testing

Voting

: min(one, three)?
(Example: nine)

The Note You're Voting On

nick at category4 dot com
24 years ago
If you're using the XML parser within an object, be careful not to accidentally call any methods that don't exist within the object. Instead of complaining that the missing method doesn't exist, PHP will say it's not able to find the handler routines, even if you've indicated them correctly. (PHP version 4.0.5 on FreeBSD).

<< Back to user notes page

To Top