3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = floatval('-0.92'); $b = floatval('-0.55'); $c = floatval('1.38'); $d = floatval('0'); $e = floatval('0.09'); $temp=$a+$b+$c+$d+$e; var_dump($a,$b,$c,$d,$e,$temp); die();
Output for git.master, git.master_jit, rfc.property-hooks
float(-0.92) float(-0.55) float(1.38) float(0) float(0.09) float(-3.0531133177191805E-16)

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