<?php class Bird { public $wings; public $beaks;} $pituh = new Bird();$pituh->teeth;
Standard input is empty
Standard output is empty
PHP Notice: Undefined property: Bird::$teeth in /home/mCjxE0/prog.php on line 9
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!