PHP 8.5.0 RC 1 available for testing

Voting

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

The Note You're Voting On

Mark P
9 years ago
It doesn't appear to be documented, but the behaviour of `var_export()` changed in PHP 7.

Previously, `var_export(3.)` returned "3", now it returns "3.0".

<< Back to user notes page

To Top