3v4l.org

run code in 300+ PHP versions simultaneously
<?php header('Content-Type: text/plain'); ob_start(); session_start(); $_SESSION = [ 'colour' => 'blue', 'shape' => 'round', 'size' => 'medium', //'Admin_CH_1_' & '101_' => 'Gone', chr(0x01) . chr(0x20) . chr(0x21) . chr(0x49) => 'Gone', ]; var_dump($_SESSION); session_write_close(); session_start(); var_dump($_SESSION); ob_end_flush();
Output for git.master, git.master_jit, rfc.property-hooks
array(4) { ["colour"]=> string(4) "blue" ["shape"]=> string(5) "round" ["size"]=> string(6) "medium" [" !I"]=> string(4) "Gone" } array(4) { ["colour"]=> string(4) "blue" ["shape"]=> string(5) "round" ["size"]=> string(6) "medium" [" !I"]=> string(4) "Gone" }

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:
26.47 ms | 406 KiB | 5 Q