3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Example { protected $a = 'test1'; private $b = 'test2'; public $c = 'test3'; public function toArray() { return property_exists($this, 'attribute'); } } var_dump((new Example())->toArray());

preferences:
44.32 ms | 402 KiB | 5 Q