3v4l.org

run code in 300+ PHP versions simultaneously
<?php $name = '山田 太郎'; ?> <!DOCTYPE> <html> <head> <meta charset="UTF-8"> <title>変数の使用例</title> </head> <body> <h1>変数の使用例</h1> <p>ようこそ<?php print $name; ?>さん</p> <ul> <li><a href="#"><?php print $name; ?>さんのマイページを見る</a></li> </ul> </body> </html>
Output for git.master, git.master_jit, rfc.property-hooks
<!DOCTYPE> <html> <head> <meta charset="UTF-8"> <title>変数の使用例</title> </head> <body> <h1>変数の使用例</h1> <p>ようこそ山田 太郎さん</p> <ul> <li><a href="#">山田 太郎さんのマイページを見る</a></li> </ul> </body> </html>

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:
32.83 ms | 405 KiB | 9 Q