3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = '23456,16524,84755,98457,06978,05986,73454,34785'; $output = explode(',', $string); echo '<pre>', print_r($output);
Output for git.master, git.master_jit, rfc.property-hooks
<pre>Array ( [0] => 23456 [1] => 16524 [2] => 84755 [3] => 98457 [4] => 06978 [5] => 05986 [6] => 73454 [7] => 34785 ) 1

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