3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A { public function __construct(public readonly callable $call) { } }
Output for 8.1.0 - 8.1.24, 8.2.0 - 8.2.11
Fatal error: Property A::$call cannot have type callable in /in/gttJr on line 4
Process exited with code 255.
Output for 8.0.1 - 8.0.30
Parse error: syntax error, unexpected token "callable", expecting variable in /in/gttJr on line 4
Process exited with code 255.

preferences:
161.92 ms | 999 KiB | 7 Q