I have following array:
$ar3 = array(123, array(12, 665, array(77, 255, 98, 56), 8), 1155, 676);
I need to compare all of its elements with
The following would work:
demo: https://3v4l.org/OUsmH