3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = 'en;nl;de;fr;br;ru;zh;es;pl;id;it;ro;ja;sv;ar'; $exploded = explode(';',$arr); var_dump($exploded);
Output for git.master, git.master_jit, rfc.property-hooks
array(15) { [0]=> string(2) "en" [1]=> string(2) "nl" [2]=> string(2) "de" [3]=> string(2) "fr" [4]=> string(2) "br" [5]=> string(2) "ru" [6]=> string(2) "zh" [7]=> string(2) "es" [8]=> string(2) "pl" [9]=> string(2) "id" [10]=> string(2) "it" [11]=> string(2) "ro" [12]=> string(2) "ja" [13]=> string(2) "sv" [14]=> string(2) "ar" }

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