fork download
  1. <?php
  2. class cola{
  3. public $pwo = 1;
  4. }
  5. namespace ao {
  6. class ashira extends ¥cola {
  7. function zero() {
  8. echo $this->pwo;
  9. }
  10. }
  11. }
Runtime error #stdin #stdout #stderr 0.03s 82880KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Fatal error:  Namespace declaration statement has to be the very first statement or after any declare call in the script in /home/uoNIY3/prog.php on line 5