fork download
  1. <?php
  2.  
  3. // your code goes here
  4.  
  5. const ORDER_KBN_CHK = ['T','W'];
  6.  
  7. function a (){
  8. $this->log(in_array('T',self::ORDER_KBN_CHK,true));
  9. }
  10.  
Runtime error #stdin #stdout #stderr 0.01s 82560KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Fatal error:  Cannot use "self" when no class scope is active in /home/84AMX1/prog.php on line 8