PHP 8.5.0 Alpha 1 available for testing

Voting

: max(eight, seven)?
(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