fork download
  1. <?php
  2.  
  3. echo base64_decode("VU5LTw=="), PHP_EOL;
  4.  
  5. echo base64_decode("VU5LT2=="), PHP_EOL;
  6.  
Success #stdin #stdout 0.02s 24332KB
stdin
Standard input is empty
stdout
UNKO
UNKO