Hello, What do you expect ? ```php <?php $obj = new GObject(); var_dump($obj); ``` Output : ``` object(GObject)#1 (?) { } ```