phply icon indicating copy to clipboard operation
phply copied to clipboard

SyntaxError with some modern syntax

Open olinox14 opened this issue 5 years ago • 0 comments

I encountered some SyntaxError caused by modern php syntax:

  • the ?? operator
  • the function (...) : xxx { syntax
  • the self:: syntax
  • the spaceship operator <=>
  • the splat operator ...

olinox14 avatar Feb 25 '20 08:02 olinox14