3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo sprintf("%02s", 54.51555 * 100 % 100); echo "\n"; echo sprintf("%02s", 54.41444 * 100 % 100); echo "\n"; echo sprintf("%02s", intval(54.51444 * 100) % 100); echo "\n"; echo sprintf("%02s", intval(54.41444 * 100) % 100);
Output for git.master, git.master_jit, rfc.property-hooks
Deprecated: Implicit conversion from float 5451.554999999999 to int loses precision in /in/OK980 on line 2 51 Deprecated: Implicit conversion from float 5441.4439999999995 to int loses precision in /in/OK980 on line 4 41 51 41

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