3v4l.org

run code in 500+ PHP versions simultaneously
<?php echo 1_2_3; $a = '1_2_3'; // warning: a non-numeric value encountered echo $a + 0; // 1 echo (int) $a; // 1 $int = eval("return $a;");
Output for git.master, git.master_jit
123 Warning: A non-numeric value encountered in /in/LYF7R on line 8 11

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:
41.21 ms | 778 KiB | 4 Q