3v4l.org

run code in 300+ PHP versions simultaneously
<?php class ClassName { public function foo(static $bar) { } } $instance = new ClassName(); $instance->foo($instance);
Output for 8.0.0 - 8.0.15, 8.1.0 - 8.1.2
Parse error: syntax error, unexpected token "static", expecting variable in /in/BnKK3 on line 5
Process exited with code 255.
Output for 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.34, 7.3.0 - 7.3.33, 7.4.0 - 7.4.27
Parse error: syntax error, unexpected 'static' (T_STATIC), expecting variable (T_VARIABLE) in /in/BnKK3 on line 5
Process exited with code 255.

preferences:
295.31 ms | 1396 KiB | 230 Q