<?php class Foo {} $foo = new Foo; $foo->bar; $foo = new stdClass; $foo->bar;
Standard input is empty
Standard output is empty
PHP Notice: Undefined property: Foo::$bar in /home/wABqaU/prog.php on line 7 PHP Notice: Undefined property: stdClass::$bar in /home/wABqaU/prog.php on line 11