fork download
  1. <?php
  2.  
  3. // your code goes here
  4.  
  5. const LOLKA = 'lolka';
  6.  
  7. class Test{
  8. var LOLKA
  9. }
  10. $test = new Test();
  11. var_dump($test->{LOLKA})
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 'LOLKA' (T_STRING), expecting variable (T_VARIABLE) in /home/rETC2z/prog.php on line 8