diff options
Diffstat (limited to 'ext/standard/php_array.h')
-rw-r--r-- | ext/standard/php_array.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/standard/php_array.h b/ext/standard/php_array.h index 33e9d646c3..65a1b76dd2 100644 --- a/ext/standard/php_array.h +++ b/ext/standard/php_array.h @@ -78,7 +78,11 @@ PHP_FUNCTION(array_unique); PHP_FUNCTION(array_intersect); PHP_FUNCTION(array_intersect_assoc); PHP_FUNCTION(array_diff); +PHP_FUNCTION(array_udiff); PHP_FUNCTION(array_diff_assoc); +PHP_FUNCTION(array_udiff_assoc); +PHP_FUNCTION(array_diff_uassoc); +PHP_FUNCTION(array_udiff_uassoc); PHP_FUNCTION(array_sum); PHP_FUNCTION(array_filter); PHP_FUNCTION(array_map); |