fork download
  1. <?php
  2.  
  3. $index = 0;
  4.  
  5. switch($index){
  6. case 1 : ?>
  7. qweqweqwe
  8. <?php break;
  9. case 2: ?>
  10. qwe2
  11. <?php break;
  12. default: ?>
  13. def
  14. <?php
  15.  
  16. }
  17.  
Success #stdin #stdout 0s 82880KB
stdin
Standard input is empty
stdout
        		def