3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A { protected $test1 = 'hello'; protected $test2 = 'world'; public function toArray() { return get_class_vars(get_class($this)); } } $a = new A(); print_r($a->toArray());

preferences:
40.3 ms | 402 KiB | 5 Q