ConFoo Montreal 2026: Call for Papers

Voting

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

The Note You're Voting On

daniel_rhodes at yahoo dot co dot uk
1 year ago
In the above table of Tokens, it's worth noting that the bracketed text of "available as of PHP x.y.z" can mean one of two things:

[] This *parser token* is available as of PHP x.y.z
{eg. T_BAD_CHARACTER, T_NAME_QUALIFIED}

[] This *language feature* is available as of PHP x.y.z
{eg. T_ATTRIBUTE, T_COALESCE_EQUAL}

<< Back to user notes page

To Top