3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text = " Jack in the Box Phillip Kariuki 2063643485 Ceramic Designs Ltd Cindy Mccreight 9146905200 United Water New Rochelle Joe Bellizzi 9146934517"; preg_match_all("/\d{10}/", $text, $matches); print_r($matches[0]);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => 2063643485 [1] => 9146905200 [2] => 9146934517 )

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