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; echo "<br>"; echo "<br>"; print_r($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 seconds<br><br>Array ( [0] => [1] => -07-10 16:04:18 (4261) INFO : Running distributed import (mode 1) on all PMs... [2] => -07-10 16:04:19 (4261) INFO : For table test.sales: 9 rows processed and 9 rows inserted. [3] => -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.57 ms | 402 KiB | 8 Q