fork download
  1. <?php
  2. $list = [123,'lee'];
  3. var_dump($list*2);
Runtime error #stdin #stdout #stderr 0.01s 82880KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Fatal error:  Uncaught Error: Unsupported operand types in /home/kigFG6/prog.php:3
Stack trace:
#0 {main}
  thrown in /home/kigFG6/prog.php on line 3