3v4l.org

run code in 300+ PHP versions simultaneously
<?php function test($args1, $args2) { echo '第1引数の値は:' . $args1; echo '第2引数の値は:' . $args2; } test($max = 255, '最大文字数は' . $max . 'です。'); echo '関数の後の$maxは:' . $max;
Output for git.master, git.master_jit, rfc.property-hooks
第1引数の値は:255第2引数の値は:最大文字数は255です。関数の後の$maxは:255

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