3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = "2017-07-10 16:04:18 (4261) INFO : Running distributed import (mode 1) on all PMs... 2017-07-10 16:04:19 (4261) INFO : For table test.sales: 9 rows processed and 9 rows inserted. 2017-07-10 16:04:19 (4261) INFO : Bulk load completed, total run time : 1.03363 seconds"; $log = explode("2017", $str); echo $str; var_dump($log);
Output for git.master, git.master_jit, rfc.property-hooks
2017-07-10 16:04:18 (4261) INFO : Running distributed import (mode 1) on all PMs... 2017-07-10 16:04:19 (4261) INFO : For table test.sales: 9 rows processed and 9 rows inserted. 2017-07-10 16:04:19 (4261) INFO : Bulk load completed, total run time : 1.03363 secondsarray(4) { [0]=> string(0) "" [1]=> string(80) "-07-10 16:04:18 (4261) INFO : Running distributed import (mode 1) on all PMs... " [2]=> string(90) "-07-10 16:04:19 (4261) INFO : For table test.sales: 9 rows processed and 9 rows inserted. " [3]=> string(83) "-07-10 16:04:19 (4261) INFO : Bulk load completed, total run time : 1.03363 seconds" }

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:
30.31 ms | 402 KiB | 8 Q