PHP 8.5.0 Alpha 4 available for testing

Voting

: min(zero, nine)?
(Example: nine)

The Note You're Voting On

moskalyuk at gmail dot com
18 years ago
is_numeric fails on the hex values greater than LONG_MAX, so having a large hex value parsed through is_numeric would result in FALSE being returned even though the value is a valid hex number

<< Back to user notes page

To Top