3v4l.org

run code in 300+ PHP versions simultaneously
<?php $name = '山田 太郎'; $address = '東京都新宿区' ?> <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>変数の使用例</title> </head> <body> <h1>変数の使用例</h1> <p>ようこそ<?php print $name; ?>さん。</p> <p>住所は、<?php print $address; ?></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> <html> <head> <meta charset="UTF-8"> <title>変数の使用例</title> </head> <body> <h1>変数の使用例</h1> <p>ようこそ山田 太郎さん。</p> <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:
77.51 ms | 402 KiB | 8 Q