fork download
  1. <?php
  2.  
  3. class Klasa{
  4. var $db;
  5. function Run(){ $this->private->db = new Druga(); }
  6. }
  7. class Druga{}
  8.  
  9. $a = new Klasa();
  10. $a->Run();
Success #stdin #stdout 0.02s 13112KB
stdin
Standard input is empty
stdout
Strict Standards: Creating default object from empty value in /home/7iF3lc/prog.php on line 6