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\n"; echo "New Session: $new_sessionid\n";
Output for git.master
Old Session: b2caced2df1403fc0890b0d43520a9d7 New Session: d5289cae1dfddbff66769b640b1a6a0f
Output for git.master_jit
Old Session: b5dccd2bd8adb4fd34b154027051fbc3 New Session: eed1848da0bb1b7a4ceeb732ba339272
Output for rfc.property-hooks
Old Session: cd38627a0bf8683eab9926007c17b688 New Session: 2bc5f2844970514814547f9b9d30d93c

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