<?php class Cat{ private $p; function __construct(){ $this->p="wut"; } } $o=new Cat(); var_dump(((array)$o)["\x00".get_class($o)."\x00"."p"]);
You have javascript disabled. You will not be able to edit any code.