3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim https://path/to/1.mp3 ad minim veniam, quis nostrud exercitation ullamco laboris https://path/to/4.mp3nisi ut aliquip ex ea commodo consequat. Duis https://path/to/2.mp3 aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non https://path/to/3.mp3proident, sunt in culpa qui officia deserunt mollit anim id est laborum.'; preg_match_all('#http(.+?).mp3#is', $str, $arr); print_r($arr[0]);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => https://path/to/1.mp3 [1] => https://path/to/4.mp3 [2] => https://path/to/2.mp3 [3] => https://path/to/3.mp3 )

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