3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Bar { public static function create() { return new self(); } } $cb = Bar::create(...); var_dump($cb());
Output for 8.1.0 - 8.1.34, 8.2.23 - 8.2.30, 8.3.5 - 8.3.30, 8.4.1 - 8.4.18, 8.5.0 - 8.5.3
object(Bar)#2 (0) { }
Output for 8.0.0 - 8.0.13
Parse error: syntax error, unexpected token ")" in /in/CPsBj on line 9
Process exited with code 255.
Output for 7.3.13 - 7.3.33, 7.4.0 - 7.4.27
Parse error: syntax error, unexpected ')' in /in/CPsBj on line 9
Process exited with code 255.

preferences:
52.49 ms | 969 KiB | 4 Q