3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = "There four of them. These are: 1 The first one. Its is the most common. 2 The second one. 3 The third one. 4 This is the last."; preg_match_all("/\d+([^\d]+)/", $string, $matches); print_r($matches[1]);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => The first one. Its is the most common. [1] => The second one. [2] => The third one. [3] => This is the last. )

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:
54.15 ms | 1988 KiB | 4 Q