php-parser-rs 0.1.3

A handwritten recursive-descent parser for PHP written in Rust
Documentation
[E008] Error: multiple visibility modifiers are not allowed
   ,-[code.php:5:25]
   |
 5 |         readonly public protected private string $s = "h",
   *                  ^^^^^^ ^^^^|^^^^  
   *                             |       
   *                             |      
   *                             `------ try removing this
---'

[E008] Error: multiple visibility modifiers are not allowed
   ,-[code.php:5:35]
   |
 5 |         readonly public protected private string $s = "h",
   *                  ^^^^^^           ^^^|^^^  
   *                                      |      
   *                                      |     
   *                                      `----- try removing this
---'