Skip to content

Commit fa834c9

Browse files
Update ext/standard/array.c
Co-authored-by: Ilija Tovilo <ilija.tovilo@me.com>
1 parent d614a2f commit fa834c9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ext/standard/array.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4863,10 +4863,10 @@ PHP_FUNCTION(array_unique)
48634863
return;
48644864
}
48654865

4866-
if (sort_type != PHP_SORT_REGULAR &&
4867-
sort_type != PHP_SORT_NUMERIC &&
4868-
sort_type != PHP_SORT_STRING &&
4869-
sort_type != PHP_SORT_LOCALE_STRING) {
4866+
if (sort_type != PHP_SORT_REGULAR
4867+
&& sort_type != PHP_SORT_NUMERIC
4868+
&& sort_type != PHP_SORT_STRING
4869+
&& sort_type != PHP_SORT_LOCALE_STRING) {
48704870

48714871
zend_argument_value_error(
48724872
2,

0 commit comments

Comments
 (0)