PHP 8.5.0 Alpha 1 available for testing

Voting

: max(zero, three)?
(Example: nine)

The Note You're Voting On

Anonymous
2 years ago
For example 1:

$p->left("'+' '-' '*' '/'");

should be

$p->left("'+' '-'");
$p->left("'*' '/'");

in order for operator precedence to be respected.

<< Back to user notes page

To Top