3v4l.org

run code in 300+ PHP versions simultaneously
<?php $phones = array('208-314-1243', '1294441454', '1343-132-123', 'a13-143-1234'); foreach ($phones as $phone) { $isValid = preg_match('/^\d{3}-?\d{3}-?\d{4}$/', $phone); echo "$phone is " . ($isValid ? '' : 'not') . " valid\n"; }
Output for git.master, git.master_jit, rfc.property-hooks
208-314-1243 is valid 1294441454 is valid 1343-132-123 is not valid a13-143-1234 is not valid

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