3v4l.org

run code in 300+ PHP versions simultaneously
<?php interface I { const C = 12; public static function test(array $a); } abstract class A { const A = 14; protected static $var = 17; public static function test(array $a){ return __FILE__; } } class B extends A { const A = 15; public static function test(array $a, $b){ return __FILE__; } } var_dump(B::test(array(), ''));

This is an error 404

There are `0` results


preferences:
183.12 ms | 1390 KiB | 7 Q