3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(sprintf("%s","F")); var_dump(intval("FFFF",16)); var_dump(floatval("FF",16));
Output for git.master, git.master_jit, rfc.property-hooks
string(1) "F" int(65535) Fatal error: Uncaught ArgumentCountError: floatval() expects exactly 1 argument, 2 given in /in/lb58q:5 Stack trace: #0 /in/lb58q(5): floatval('FF', 16) #1 {main} thrown in /in/lb58q on line 5
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:
39.88 ms | 401 KiB | 8 Q