fork download
  1. <?php
  2. var_dump( "1" == (int) "1");
  3. var_dump( "12345678901234567890123456789012345678901234567890123456789012345678901234567890"==
  4. (int) "12345678901234567890123456789012345678901234567890123456789012345678901234567890");
Success #stdin #stdout 0.01s 20520KB
stdin
Standard input is empty
stdout
bool(true)
bool(false)