Unexpected results with array_uintersect_assoc() when callback returns non-numeric string
I am calling array_uintersect_assoc()
with a callback function of strpbrk()
to demonstrate a point about how different return values are evaluated based on type.