3v4l.org

run code in 500+ PHP versions simultaneously
<?php var_dump((string) ('11111111111111111111' + '2222222222222222222')); var_dump(bcadd((string) ('11111111111111111111' + '2222222222222222222'), '1')); var_dump(bcadd(bcadd('11111111111111111111', '2222222222222222222'), '1'));
Output for git.master, git.master_jit, rfc.property-hooks
string(19) "1.3333333333333E+19" Fatal error: Uncaught ValueError: bcadd(): Argument #1 ($num1) is not well-formed in /in/IBHsc:4 Stack trace: #0 /in/IBHsc(4): bcadd('1.3333333333333...', '1') #1 {main} thrown in /in/IBHsc on line 4
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:
44.06 ms | 1700 KiB | 4 Q