3v4l.org

run code in 300+ PHP versions simultaneously
<?php $rad = 1; $deg = rad2deg($rad); printf("rad: %.f = deg: %.20f \n", $rad, $deg); $rad2deg = 57.295779513082320876798161804285; printf("rad: %.f = deg: %.20f \n", $rad, $rad * $rad2deg);
Output for git.master, git.master_jit, rfc.property-hooks
rad: 1.000000 = deg: 57.29577951308232286465 rad: 1.000000 = deg: 57.29577951308232286465

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