3v4l.org

run code in 500+ PHP versions simultaneously
<?php $string = <<<EOT 195/50R16 EOT; $matches = []; preg_match('~^\d+/\d+R(?P<return>\d+)~', $string, $matches); var_dump($matches);
Output for rfc.property-hooks, git.master, git.master_jit
array(3) { [0]=> string(9) "195/50R16" ["return"]=> string(2) "16" [1]=> string(2) "16" }

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:
31.82 ms | 2692 KiB | 4 Q