php-parser-rs 0.1.3

A handwritten recursive-descent parser for PHP written in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[E009] Error: standalone type `never` cannot be nullable
   ,-[code.php:4:13]
   |
 4 |     public ?never $s;
   *            |^^^^^  
   *            `------- try removing this
   *                    
   *                     
   * 
   * Note: `never`, `void`, and `mixed` cannot be nullable
---'