<?php

$testSize = 1000000;
$testString = "test";

for( $i=0 ; $i<$testSize ; $i++ ) $number = (int)$testString;