3v4l.org

run code in 300+ PHP versions simultaneously
<?php enum x:string { case a = 'foo'; } var_dump(x::tryFrom(123)); enum y:int { case a = 123; } var_dump(y::tryFrom('foo'));
Output for git.master_jit, git.master, rfc.property-hooks
NULL Fatal error: Uncaught TypeError: y::tryFrom(): Argument #1 ($value) must be of type int, string given in /in/54qFs:13 Stack trace: #0 /in/54qFs(13): y::tryFrom('foo') #1 {main} thrown in /in/54qFs on line 13
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:
141.21 ms | 1405 KiB | 10 Q