fork 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.06s 26036KB
stdin
Standard input is empty
stdout
Standard output is empty