fork download
  1. <?php
  2.  
  3. // your code goes here
  4.  
  5. $creditBalance = 40000;
  6. echo $creditBalance;
Success #stdin #stdout 0.02s 25692KB
stdin
Standard input is empty
stdout
40000