3v4l.org

run code in 300+ PHP versions simultaneously
<?php $ignore = array('wer'=>'GLOBALS', '_FILES', '_COOKIE', '_POST', '_GET', '_SERVER', '_ENV', 'ignore'); var_dump($ignore); $i2=array_flip($ignore); var_dump($i2);
Output for git.master, git.master_jit, rfc.property-hooks
array(8) { ["wer"]=> string(7) "GLOBALS" [0]=> string(6) "_FILES" [1]=> string(7) "_COOKIE" [2]=> string(5) "_POST" [3]=> string(4) "_GET" [4]=> string(7) "_SERVER" [5]=> string(4) "_ENV" [6]=> string(6) "ignore" } array(8) { ["GLOBALS"]=> string(3) "wer" ["_FILES"]=> int(0) ["_COOKIE"]=> int(1) ["_POST"]=> int(2) ["_GET"]=> int(3) ["_SERVER"]=> int(4) ["_ENV"]=> int(5) ["ignore"]=> int(6) }

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