3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Test implements Countable { private $prop1, $prop2,$prop3,$prop4; public function count(){ return get_object_vars($this); } } $t = new Test; echo count($t);

preferences:
35.06 ms | 402 KiB | 5 Q