3v4l.org

run code in 300+ PHP versions simultaneously
<?php $t = -0.07722108145106092170; $t2 = bcmul($t, $t, 40); $t3 = bcmul($t2, $t, 40); $t4 = bcmul($t3, $t, 80); printf("bcmath t2: %s\n", $t2); printf("bcmath t3: %s\n", $t3); printf("bcmath t4: %s\n", $t4);
Output for git.master, git.master_jit, rfc.property-hooks
bcmath t2: 0.0059630954204713972373380257210000000000 bcmath t3: -0.0004604766771646706077009048178523516207 bcmath t4: 0.00003555850699364694981416428369284451858785555108456270000000000000000000000000

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