3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = '234445 01:00:34.423 ineedhelpineedhelpineedhelppls 234445 03:04:24.932 sdfkkdkkddddddsdfsdfiieuwrepid'; preg_match_all('/(^\d+\s)(\d+:\w+\S\w+\S\w+)(\s.+)/im', $data, $matches, PREG_SET_ORDER); print_r($matches);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => Array ( [0] => 234445 01:00:34.423 ineedhelpineedhelpineedhelppls [1] => 234445 [2] => 01:00:34.423 [3] => ineedhelpineedhelpineedhelppls ) [1] => Array ( [0] => 234445 03:04:24.932 sdfkkdkkddddddsdfsdfiieuwrepid [1] => 234445 [2] => 03:04:24.932 [3] => sdfkkdkkddddddsdfsdfiieuwrepid ) )

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:
205.8 ms | 406 KiB | 5 Q