PHP 8.5.0 Alpha 4 available for testing

Voting

: min(one, five)?
(Example: nine)

The Note You're Voting On

samantha at adrichem dot nu
10 years ago
<?php
$res
|= true;
var_dump($res);
?>

does not/no longer returns a boolean (php 5.6) instead it returns int 0 or 1

<< Back to user notes page

To Top