fork download
  1. <?php
  2. $start_limit = 0;
  3. $end_limit = false;
  4. if (!$start_limit && !$end_limit) {
  5. echo 'A';
  6. } else {
  7. echo 'B';
  8. }
  9. ?>
Success #stdin #stdout 0.02s 13112KB
stdin
Standard input is empty
stdout
A