fork download
  1. <?php
  2. $x = (int)'042';
  3. echo($x);
  4. ?>
  5.  
Success #stdin #stdout 0.01s 24448KB
stdin
Standard input is empty
stdout
42