3v4l.org

run code in 300+ PHP versions simultaneously
<?php $i=702; $e = '0'; $i = 4; do { $e = bcpow(3,++$i); } while ($e < '27182818284590452353602874713526624977572470936999595749669676277240766303535475945713821785251664274'); echo $i."\n"; echo $e."\n"; echo bcpow(2,$i-1)."\n"; echo bcsub('27182818284590452353602874713526624977572470936999595749669676277240766303535475945713821785251664274', $e)."\n"; echo bcsub('27182818284590452353602874713526624977572470936999595749669676277240766303535475945713821785251664274', bcpow(2,$i-1));
Output for git.master, git.master_jit, rfc.property-hooks
211 47052721287394587764057094854672253553918218437190874778408030747195017485692977810906266281547645147 1645504557321206042154969182557350504982735865633579863348609024 -19869903002804135410454220141145628576345747500191279028738354469954251182157501865192444496295980873 27182818284590452353602874713526624975926966379678389707514707094683415798552740080080241921903055250

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:
38.06 ms | 402 KiB | 8 Q