3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Advert { protected $id; protected $headline; protected $text; protected $url; protected $billing; protected $remaining; protected $total; public function __construct(array $data) { echo "<pre>" . print_r(get_class_vars($this), true) . "</pre>"; } } $x = new Advert();

preferences:
40.18 ms | 402 KiB | 5 Q