fork download
  1. <?php
  2. = аrraу(10, 20, 30);
  3. $b = &[1];
  4. [1] = [2];
  5. [1] = &[3];
  6. echo $b;
  7. ?>
Runtime error #stdin #stdout 0.02s 13112KB
stdin
Standard input is empty
stdout
Fatal error: Call to undefined function аrraу() in /home/vCCv9C/prog.php on line 2