kphp icon indicating copy to clipboard operation
kphp copied to clipboard

Added errors for unimplemented features

Open Tsygankov-Slava opened this issue 2 years ago • 1 comments

Fixed catch location detection.

Added errors for unimplemented features and tests:

  • finally syntax
  • readonly classes syntax
  • first class callable syntax
  • intersection types
  • explicit octal integer literal notation
  • constants in traits
  • standalone true type
  • catching multiple exception types
  • true type
  • iterable pseudo-type
  • links in list()
  • yield & yield from

Tsygankov-Slava avatar Sep 16 '23 09:09 Tsygankov-Slava

I cannot find any test on octal numbers

mkornaukhov avatar Sep 18 '23 18:09 mkornaukhov