diff options
Diffstat (limited to 'ext/standard/php_array.h')
-rw-r--r-- | ext/standard/php_array.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/php_array.h b/ext/standard/php_array.h index 66bbc73844..001c7dcd5a 100644 --- a/ext/standard/php_array.h +++ b/ext/standard/php_array.h @@ -77,7 +77,7 @@ HashTable* php_splice(HashTable *, int, int, zval ***, int, HashTable **); int multisort_compare(const void *a, const void *b); typedef struct { - int *multisort_flags; + int *multisort_flags[2]; int (*compare_func)(zval *result, zval *op1, zval *op2); } php_array_globals; |