fork download
  1. <?php
  2. function delay_time() {
  3. return 0;
  4. }
  5. echo 'delay('.delay_time().')';
  6. ?>
Success #stdin #stdout 0.02s 13112KB
stdin
Standard input is empty
stdout
delay(0)