3v4l.org

run code in 300+ PHP versions simultaneously
<?php $var = '文字列はシングルクォーテーションかダブルクォーテーションで囲む。'; // echo($var); //文字列を出力するときはechoを使う // echo("\n"); $var2 = '文字列は連結できる。'; // echo($var . $var2); // echo("\n"); $var3 = '文字列は変数展開できる。このときダブルクォーテーションで文字列全体を囲む。'; // echo ("文字列展開してみる。$var3"); // echo("\n");
Output for git.master, git.master_jit, rfc.property-hooks

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:
83.8 ms | 405 KiB | 5 Q