3v4l.org

run code in 500+ PHP versions simultaneously
<?php interface i { function foo($a) ; } interface j extends i { function foo($a, $b = 3); } interface k extends j { function foo($a = 4, $b = 3); } interface l extends k { function foo(); }
Output for git.master, git.master_jit
Fatal error: Declaration of l::foo() must be compatible with k::foo($a = 4, $b = 3) in /in/u4p3g on line 16 Stack trace: #0 {main}
Process exited with code 255.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
50.47 ms | 875 KiB | 4 Q