fork download
  1. <?php
  2.  
  3. // your code goes here
  4.  
  5. list1 =[123,'Lee'];
  6. print(list1*2);
  7.  
  8.  
Runtime error #stdin #stdout #stderr 0s 82880KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Parse error:  syntax error, unexpected '=' in /home/3kDu3k/prog.php on line 5