PHP 8.5.0 Alpha 2 available for testing

Voting

: min(seven, eight)?
(Example: nine)

The Note You're Voting On

pm1625637 at gmail dot com
5 years ago
Be careful about this :

<?php
$del
= '';
echo empty(
$del);
?>

Output : 1

<< Back to user notes page

To Top