Skip to content

Commit

Permalink
This couldn't be false as it has been checked before
Browse files Browse the repository at this point in the history
  • Loading branch information
reeze committed Oct 30, 2015
1 parent 68b431e commit c4297a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/standard/array.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ static int php_array_key_compare(const void *a, const void *b) /* {{{ */
l2 = 0;
}
}
} else if (f->key) {
} else {
if (s->key) {
return zendi_smart_strcmp(f->key, s->key);
} else {
Expand Down

0 comments on commit c4297a5

Please sign in to comment.