3v4l.org

run code in 300+ PHP versions simultaneously
<?php $lang['01'] = 'Janeiro'; $lang['02'] = 'Fevereiro'; $lang['03'] = 'Março'; $lang['04'] = 'Abril'; $lang['05'] = 'Maio'; $lang['06'] = 'Junho'; $lang['07'] = 'Julho'; $lang['08'] = 'Agosto'; $lang['09'] = 'Setembro'; $lang['10'] = 'Outubro'; $lang['11'] = 'Novembro'; $lang['12'] = 'Dezembro'; $x = array(); $y = array_merge($x, $lang); print_r($y);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [01] => Janeiro [02] => Fevereiro [03] => Março [04] => Abril [05] => Maio [06] => Junho [07] => Julho [08] => Agosto [09] => Setembro [0] => Outubro [1] => Novembro [2] => Dezembro )

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:
37.86 ms | 401 KiB | 8 Q