3v4l.org

run code in 500+ PHP versions simultaneously
<?php class Ref { public $input; public $flag; } $obj = new Ref(); // On lie input et flag par référence $obj->input = &$obj->flag; // Sérialisation et encodage $payload = base64_encode(serialize($obj)); echo $payload; ?>
Output for git.master, git.master_jit
TzozOiJSZWYiOjI6e3M6NToiaW5wdXQiO047czo0OiJmbGFnIjtSOjI7fQ==

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:
51.76 ms | 735 KiB | 4 Q