3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_ALL); //of the INI constants (On, Off, True, False, Yes, No and None) foreach([["Shit"=>"On"],["Shit"=>"Off"],["Shit"=>"True"],["Shit"=>"False"],["Shit"=>"Yes"],["Shit"=>"No"],["Shit"=>"None"]] as $key=>$val) { var_dump($key,$val,ini_set($key,$val),ini_get($key)); }
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught TypeError: ini_set(): Argument #2 ($value) must be of type string|int|float|bool|null in /in/4682F:6 Stack trace: #0 /in/4682F(6): ini_set('0', Array) #1 {main} thrown in /in/4682F on line 6
Process exited with code 255.

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