3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A {public int|string $r = '';} class B extends A {public int|string $r;} (new B)->r;
Output for 8.0.1 - 8.0.30, 8.1.0 - 8.1.27, 8.2.0 - 8.2.17, 8.3.0 - 8.3.4
Fatal error: Uncaught Error: Typed property B::$r must not be accessed before initialization in /in/AkdbW:6 Stack trace: #0 {main} thrown in /in/AkdbW on line 6
Process exited with code 255.
Output for 7.4.0 - 7.4.33
Parse error: syntax error, unexpected '|', expecting variable (T_VARIABLE) in /in/AkdbW on line 3
Process exited with code 255.

preferences:
103.76 ms | 401 KiB | 117 Q