I was reading php manual understand php Operator Precedence and Associativity
I've following list of Operators that are non-associative:
clone , new, instanceof, < <= > >=, == != === !== <> <=>
Why these Operators that are non-associative ? please help me to understand them with good examples covering all varieties of these operator such as: clone , new, instanceof, <, == .thanks