fork download
  1. <?php
  2.  
  3.  
  4. interface Construct
  5. {
  6. public function __constructor(A $a, B $b);
  7. }
  8.  
  9.  
  10. class VidaDaHora implements Construct{}
Runtime error #stdin #stdout #stderr 0.02s 52472KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Fatal error:  Class VidaDaHora contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Construct::__constructor) in /home/yLgCak/prog.php on line 10