3v4l.org

run code in 300+ PHP versions simultaneously
<?php session_start(); $old_sessionid = session_id(); session_regenerate_id(); $new_sessionid = session_id(); echo "Old Session: $old_sessionid<br />"; echo "New Session: $new_sessionid<br />";
Output for git.master
Old Session: 9b07d0029831c93e14462ea41b7bc207<br />New Session: 0758837a7aa28ac1eb9cdc3fecb285c2<br />
Output for git.master_jit
Old Session: 5671f2a34738351469a79d5baaa66e78<br />New Session: b6c62348cc9686ad0d943156d543da82<br />
Output for rfc.property-hooks
Old Session: 568dbde1434ecec7e9fd8da72212a86b<br />New Session: b52b83044a7ca64c7744f99378ba9a1f<br />

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