3v4l.org

run code in 300+ PHP versions simultaneously
<?php $ini = <<<EOT google_ad = "<script type=\"text/javascript\"><!-- google_ad_client = \"xxx\"; google_ad_width = 728;\ngoogle_ad_height = 90; //--> </script> <script type=\"text/javascript\"\ src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\"> </script>" EOT; var_dump(parse_ini_string($ini));
Output for git.master, git.master_jit, rfc.property-hooks
array(1) { ["google_ad"]=> string(228) "<script type="text/javascript"><!-- google_ad_client = "xxx"; google_ad_width = 728; google_ad_height = 90; //--> </script> <script type="text/javascript"\ src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script>" }

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:
117.24 ms | 406 KiB | 5 Q