3v4l.org

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

preferences:
43.8 ms | 402 KiB | 5 Q