mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Revert bogus fix for #47370.
This commit is contained in:
parent
6b075c4f5f
commit
b7d4fa920e
1 changed files with 1 additions and 1 deletions
|
@ -2924,7 +2924,7 @@ PHP_FUNCTION(array_unique)
|
|||
};
|
||||
struct bucketindex *arTmp, *cmpdata, *lastkept;
|
||||
unsigned int i;
|
||||
long sort_type = PHP_SORT_STRING;
|
||||
long sort_type = PHP_SORT_REGULAR;
|
||||
|
||||
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "a|l", &array, &sort_type) == FAILURE) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue