fork download
  1. <?php
  2. $secretValue = (rand(5,5555)*555+55555555555);
  3. var_dump (("0e" . $secretValue) == "0e12326783");
  4. ?>
Success #stdin #stdout 0.02s 25828KB
stdin
Standard input is empty
stdout
bool(true)