3v4l.org

run code in 300+ PHP versions simultaneously
<?php class T { private $allowed = 1; function __destruct() { if ($this->allowed == 1) echo file_get_contents("key.php"); } } x = new T(); die() if ($_SERVER['REQUEST_METHOD']!="GOD") die ("Only GOD method allowed"); $headers = apache_request_headers(); $is_ajax = (isset($headers['X-Requested-With']) && $headers['X-Requested-With'] == 'XMLHttpRequest'); if(!$is_ajax) die ("This is not ajax request"); if (!isset($_COOKIE['authorize'])) die ("Cookie authorize not set."); if (!isset($_GET['data'])) die ("Parameter data not set"); $data = $_GET['data']; echo file_get_contents("index.php"); unserialize($data); ?>
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.7
Parse error: syntax error, unexpected '=' in /in/hXN2G on line 8
Process exited with code 255.

preferences:
166.46 ms | 1395 KiB | 36 Q