3v4l.org

run code in 300+ PHP versions simultaneously
<?php class a {function c(int $a = null) {} } class b extends a {function c(?int $a = null) {} } class d extends b {function c(int $a = null) {} }
Output for git.master_jit, git.master
Deprecated: Implicitly marking parameter $a as nullable is deprecated, the explicit nullable type must be used instead in /in/5vo1U on line 3 Deprecated: Implicitly marking parameter $a as nullable is deprecated, the explicit nullable type must be used instead in /in/5vo1U on line 5
Output for rfc.property-hooks

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:
26.76 ms | 401 KiB | 8 Q