fork download
  1. <?php
  2. public function route() {
  3. if (empty($_COOKIE['user_id'])) {
  4. $this->actionRegister();
  5. } else {
  6. $this->action();
  7. }
  8. }
Runtime error #stdin #stdout #stderr 0.01s 52488KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Parse error:  syntax error, unexpected 'public' (T_PUBLIC) in /home/hnuJgr/prog.php on line 2