3v4l.org

run code in 300+ PHP versions simultaneously
<?php function getUserIdAgg($name) { switch ($name) { case 'SEOPULT': return 337440; case 'EFF': return 579714; case 'ROOKEE': return 1012884; case 'MAREMOTO': return array(502866 /*maremoto*/, 1189998 /*noronvn*/); case 'ALTWEB': return array(134933 /*djblaze*/, 1183395 /*megaindexooo*/); default: return 0; } } $exclude_seo = array(); $exclude_seo = array_merge($exclude_seo, (array)getUserIdAgg('SEOPULT')); $exclude_seo = array_merge($exclude_seo, (array)getUserIdAgg('ROOKEE')); var_dump($exclude_seo);
Output for git.master, git.master_jit, rfc.property-hooks
array(2) { [0]=> int(337440) [1]=> int(1012884) }

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