fork download
  1. <?php
  2. $arr[1]=20;
  3. $arr1[1]=10;
  4. $sum = $arr[1] + $arr1[1];
  5. echo "$sum";
  6. // your code goes here
  7. ?>
Success #stdin #stdout 0.01s 82880KB
stdin
Standard input is empty
stdout
30