3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x = "☯"; // 262F $x .= "€"; // 20AC $x .= "☠"; // 2620 $x .= "갦"; // ac26 $x .= "괧"; // ad27 $x .= "オ"; // 30aa $x .= "〦"; // 3026 $x = "갦€"; // ac26|20ac $x = "abc" . $x . "x"; $re = '/☠/i'; $m = array(); if (preg_match($re, $x, $m) === 1) { print "<pre>" . print_r($m, 1) . "</pre>"; print "<pre>" . $x . "</pre>"; } else { print "GNU"; } print "<br />Done";
Output for git.master, git.master_jit, rfc.property-hooks
GNU<br />Done

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:
33.51 ms | 401 KiB | 8 Q