PHP 8.5.0 Alpha 4 available for testing

Voting

: five minus two?
(Example: nine)

The Note You're Voting On

qeremy
13 years ago
Simple solution for: "Fatal error: Can't use function return value in write context in ..."

<?php
function _empty($val) { return empty($val); }
?>

<< Back to user notes page

To Top