3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = "Hello"; printf( "3*4=%d\n", 3*4); //乗算 printf( "8/2=%s\n", $a); //除算 printf( "1+5=%d\n", 1+5); //加算 printf( "7-3=%d\n", 7-3); //減算 printf( "10%%3=%d\n", 10%3); //剰余 ?>
Output for git.master, git.master_jit, rfc.property-hooks
3*4=12 8/2=Hello 1+5=6 7-3=4 10%3=1

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