fork(48) download
  1. <?php
  2.  
  3. $testSize = 1000000;
  4. $testString = "test";
  5.  
  6. for( $i=0 ; $i<$testSize ; $i++ ) $number = (int)$testString;
Success #stdin #stdout 0.22s 20520KB
stdin
Standard input is empty
stdout
Standard output is empty