calc: boolean expressions
[m6w6/ext-psi] / tests / calc / calc001.phpt
index 2b6cbb61109797e3685b783951caf183b66498fa..ae3a3a00d7e7e28630e5389dea695dd2db4bc009 100644 (file)
@@ -9,7 +9,7 @@ extension_loaded("psi") or die("skip need ext/psi");
 --FILE--
 ===TEST===
 <?php
-for ($i = 0; $i < 10; ++$i) {
+for ($i = 0; $i < 20; ++$i) {
        $func = "test\\calc$i";
        if (function_exists($func)) {
                $res = $func();