PHP 8.5.0 Alpha 4 available for testing

Voting

: max(zero, four)?
(Example: nine)

The Note You're Voting On

xedin dot unknown at gmail dot com
5 years ago
Apparently, the `FULL_CACHE` flag automatically cancels the default flag `CALL_TOSTRING`. This is evident when one of the values cannot be converted to string: with the default `CALL_TOSTRING` flag, it would throw an error; without that flag, or with the `FULL_CACHE` flag, it does not.

<< Back to user notes page

To Top