3v4l.org

run code in 300+ PHP versions simultaneously
<?php // $simpulated = file_get_contents("data/data.txt"); $simulated = ' gjhgfgshaffhdfhsds gsdfdgfebrewujbflken fkdnwjefwibiuwbfbef 000:000:000:000; 06/06/19-11:11:11;11.111; 08/08/19-13:40:01;22.875; 10/11/19-10:00:00;20.000; '; preg_match_all("/\d{2}\/\d{2}\/\d{2}-\d{2}:\d{2}:\d{2};\d{2}\.\d{3};/", $simulated, $matches); if(count($matches["0"]) > 0) { array_map(function($match) { echo $match . "\n"; }, $matches["0"]); }
Output for git.master, git.master_jit, rfc.property-hooks
06/06/19-11:11:11;11.111; 08/08/19-13:40:01;22.875; 10/11/19-10:00:00;20.000;

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:
28.11 ms | 405 KiB | 5 Q