@ -403,7 +403,6 @@ PHPAPI char *_php3_strtoupper(char *s)
PHP_FUNCTION(strtoupper)
{
pval **arg;
char *ret;
if (ARG_COUNT(ht) != 1 || getParametersEx(1, &arg)) {
WRONG_PARAM_COUNT;
@ -14,6 +14,6 @@ function bar($a)
foo($a);
}
for ($i=0; $i<1000000; $i=$i+1) {
for ($i=0; $i<10000; $i=$i+1) {
bar($i);