3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = [ "10003", "10016", "10008, 10007, 10010", ]; var_export( explode(', ', implode(', ', $array)) );
Output for git.master_jit, git.master, rfc.property-hooks
array ( 0 => '10003', 1 => '10016', 2 => '10008', 3 => '10007', 4 => '10010', )

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