raising the head after a three-weeks refactoring
[m6w6/ext-psi] / tests / time / times001.phpt
index 816b0b530ec230a34919c02ed85d84ce4effeb02..0f7471cc9727a2533d7c416a7aad6ae96a1cda1f 100644 (file)
@@ -8,7 +8,9 @@ extension_loaded("psi") or die("skip - need ext/psi");
 ?>
 --FILE--
 ===TEST===
-<?php 
+<?php
+for ($i=0; $i<1e6; ++$i) {
+}
 var_dump(psi\times($times), $times);
 ?>
 ===DONE===