3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Test { function __wakeup() { print "wakeup\n"; } } session_start(); session_decode('core|a:1:{s:23:"_session_validator_data";a:4:{s:11:"remote_addr";s:9:"127.0.0.1";s:8:"http_via";s:0:"";s:20:"http_x_forwarded_for";s:0:"";s:15:"http_user_agent";s:45:"}}test|O:4:"Test":0:{}fooo|a:1:{i:0;a:1:{s:5:";}}'); var_dump($_SESSION);
Output for git.master, git.master_jit, rfc.property-hooks
array(1) { ["core"]=> array(1) { ["_session_validator_data"]=> array(4) { ["remote_addr"]=> string(9) "127.0.0.1" ["http_via"]=> string(0) "" ["http_x_forwarded_for"]=> string(0) "" ["http_user_agent"]=> string(45) "}}test|O:4:"Test":0:{}fooo|a:1:{i:0;a:1:{s:5:" } } }

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