3v4l.org

run code in 300+ PHP versions simultaneously
<?php session_set_save_handler(function() { echo 1; return true; }, function() { echo 2; return true; }, function() { echo 3;return true; }, function() { echo 4;return true; }, function() { echo 5;return true; }, function() { echo 6;return true; }); //"oeffne", "schliesse", "lese", "schreibe", "loesche", "gc"); session_start(); echo 'blubb';
Output for git.master, git.master_jit, rfc.property-hooks
1 Warning: session_start(): Session cookie cannot be sent after headers have already been sent (output started at /in/t7IZm:3) in /in/t7IZm on line 5 32 Warning: session_start(): Failed to read session data: user (path: ) in /in/t7IZm on line 5 blubb

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