3v4l.org

run code in 300+ PHP versions simultaneously
<?php $yourdata = "16:53:41.640 T#4820 PresenceManager: ᥺[NAME]0x366f7cdb9df5a0e9-s-s157.55.56.143:40018-r[IPADDRESS]:44385"; preg_match("/*?((?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?))*/", $yourdata, $matches); echo "Ip:".$matches[1]; ?>
Output for git.master, git.master_jit
Warning: preg_match(): Compilation failed: quantifier does not follow a repeatable item at offset 0 in /in/fgDoi on line 5 Warning: Trying to access array offset on value of type null in /in/fgDoi on line 7 Ip:
Output for rfc.property-hooks
Warning: preg_match(): Compilation failed: quantifier does not follow a repeatable item at offset 0 in /in/fgDoi on line 5 Warning: Trying to access array offset on null in /in/fgDoi on line 7 Ip:

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