3v4l.org

run code in 300+ PHP versions simultaneously
<?php $i=702; $e = '0'; $i = 2; do { $e = bcpow(10,++$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
101 100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 1267650600228229401496703205376 -72817181715409547646397125286473375022427529063000404250330323722759233696464524054286178214748335726 27182818284590452353602874713526624977572470936999595749669676277240765035884875717484420288548458898

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