PHP 8.5.0 Alpha 4 available for testing

Voting

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

The Note You're Voting On

tolga dot ulas at tolgaulas dot com
1 year ago
Yes it currently does not support code blocks but this hack works:

match ($foo){
'bar'=>(function(){
echo "bar";
})(),
default => (function(){
echo "baz";
})()
};

<< Back to user notes page

To Top