We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27b4df4 commit 7bbf2eaCopy full SHA for 7bbf2ea
ext/standard/array.c
@@ -6699,7 +6699,7 @@ PHP_FUNCTION(array_find_key)
6699
}
6700
/* }}} */
6701
6702
-/* {{{ Search within an array and returns true if an element is found. */
+/* {{{ Checks if at least one array element satisfies a callback function. */
6703
PHP_FUNCTION(array_any)
6704
{
6705
zval *array = NULL;
@@ -6719,7 +6719,7 @@ PHP_FUNCTION(array_any)
6719
6720
6721
6722
+/* {{{ Checks if all array elements satisfy a callback function. */
6723
PHP_FUNCTION(array_all)
6724
6725
0 commit comments