According to PHP documentation, the null coalescing operator ?? is right-associative, i.e. is equivalent to What is the significance of this? Does it make any difference for developers that it is left-associative or right-associative? To those who are thinking it will call less functions, this is not true because the right operand will not be evaluated if the left operand