phply
phply copied to clipboard
SyntaxError with some modern syntax
I encountered some SyntaxError caused by modern php syntax:
- the
??
operator - the
function (...) : xxx {
syntax - the
self::
syntax - the spaceship operator
<=>
- the splat operator
...