3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url="https://www.nappsng.org/schools/search/"; $text=file_get_contents($url); $res = preg_match_all("/\b[0-9]{3}\s*-\s*[0-9]{4}\s*-\s*[0-9]{4}\b/",$text,$matches); if ($res) { foreach(array_unique($matches[0]) as $email) { echo $email . "<br />"; } } else { echo "No emails found."; }
Output for git.master, git.master_jit, rfc.property-hooks
Warning: file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/sur9G on line 4 Warning: file_get_contents(): open_basedir restriction in effect. File(https://www.nappsng.org/schools/search/) is not within the allowed path(s): (/tmp:/in:/etc) in /in/sur9G on line 4 Warning: file_get_contents(https://www.nappsng.org/schools/search/): Failed to open stream: Operation not permitted in /in/sur9G on line 4 No emails found.

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.34 ms | 402 KiB | 8 Q