3v4l.org

run code in 500+ PHP versions simultaneously
<?php $string = "225cm x 70cm"; if (preg_match_all('/\d+(?:\.\d+)?/', $string, $m)) { $inches = implode(" ", array_map(function ($x) { return round(intval($x) * 0.39370 / 0.5) * 0.5; }, $m[0])); echo $inches; }
Output for git.master, git.master_jit, rfc.property-hooks
88.5 27.5

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:
49.17 ms | 1337 KiB | 4 Q