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:49:"}}}test|a:2:{i:0;O:4:"Test":0:{}i:1;a:1:{i:0;s:0:"";}}'); var_dump($_SESSION);
Output for git.master, git.master_jit, rfc.property-hooks
Warning: session_decode(): Failed to decode session object. Session has been destroyed in /in/DhuRB on line 10 array(0) { }

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