Skip to content

Commit 3fd513f

Browse files
author
Moriyoshi Koizumi
committed
Prevent too many error reports from being displayed
1 parent 7e21663 commit 3fd513f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/standard/array.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,6 +1011,7 @@ static int php_array_walk(HashTable *target_hash, zval **userdata TSRMLS_DC)
10111011
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid function name");
10121012
}
10131013
}
1014+
break;
10141015
}
10151016

10161017
zend_hash_move_forward_ex(target_hash, &pos);

0 commit comments

Comments
 (0)