I just want to ask if the in_array_orig and in_array_new is just the same. and also im confused on the result when comparing both array (<
if the in_array_orig and in_array_new is just the same
Yes, they are. (same behavior)
im confused on the result when comparing both array (aArr1 vs aArr2)
We can't compare array like this: aArr1 == aArr2
aArr1 == aArr2