3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = <<< TEXT server { listen 80; server_name www2.smxybbs.net; access_log /home/qwe7002/nginx.access.log; error_log /home/qwe7002/nginx.error.log; index index.php index.html index.htm; location / { sub_filter www.smxybbs.net www2.smxybbs.net; sub_filter_once off; proxy_pass http://www.smxybbs.net/; } } TEXT; echo json_encode($a);
Output for git.master, git.master_jit, rfc.property-hooks
"server {\n listen 80;\n \n server_name www2.smxybbs.net;\n\n access_log \/home\/qwe7002\/nginx.access.log;\n error_log \/home\/qwe7002\/nginx.error.log;\n\n index index.php index.html index.htm;\n\n location \/ {\n sub_filter www.smxybbs.net www2.smxybbs.net;\n sub_filter_once off;\n proxy_pass http:\/\/www.smxybbs.net\/;\n }\n}"

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:
58 ms | 402 KiB | 8 Q