fork download
  1. <?php
  2.  
  3. class Pituh {
  4. public $kurochka = 'Ko-ko-ko';
  5. public function kurarek() {
  6. echo strval($this);
  7. }
  8. }
  9.  
  10. $koko = new Pituh();
  11.  
  12. $koko->kurarek();
  13.  
Runtime error #stdin #stdout #stderr 0.02s 24508KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Recoverable fatal error:  Object of class Pituh could not be converted to string in /home/PorZYE/prog.php on line 6