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 65a1b76dd2..cafc1a7b0e 100644 --- a/ext/standard/php_array.h +++ b/ext/standard/php_array.h @@ -76,7 +76,11 @@ PHP_FUNCTION(array_change_key_case); PHP_FUNCTION(array_rand); PHP_FUNCTION(array_unique); PHP_FUNCTION(array_intersect); +PHP_FUNCTION(array_uintersect); PHP_FUNCTION(array_intersect_assoc); +PHP_FUNCTION(array_uintersect_assoc); +PHP_FUNCTION(array_intersect_uassoc); +PHP_FUNCTION(array_uintersect_uassoc); PHP_FUNCTION(array_diff); PHP_FUNCTION(array_udiff); PHP_FUNCTION(array_diff_assoc); |