fork(2) download
  1. <?php
  2.  
  3. $bills = array(
  4. 100 => 23,
  5. 500 => 5,
  6. 1000 => 0,
  7. 5000 => 200);
  8.  
  9.  
  10.  
  11. echo $bills[0];
Success #stdin #stdout #stderr 0s 82880KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Notice:  Undefined offset: 0 in /home/qFcIWG/prog.php on line 11