fork download
  1. <?php
  2.  
  3. public class A
  4. {
  5. public function Func()
  6. {
  7. echo "qwerty";
  8. }
  9.  
  10. }
  11. ?>
  12. // your code goes here
Runtime error #stdin #stdout #stderr 0.01s 20592KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Parse error:  syntax error, unexpected 'public' (T_PUBLIC) in /home/BP642e/prog.php on line 3