PHP 8.5.0 RC 2 available for testing

Voting

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

The Note You're Voting On

Rob Thomas
9 years ago
Please note that the 'cast to array' check is horrendously out of date.

Running that code against PHP 5.6 results in this:

is_array : 0.93975400924683
cast, === : 1.2425191402435

So, please use 'is_array', not the horrible casting hack.

<< Back to user notes page

To Top