What will be the output of each of the statements below and why?var_dump(0123 == 123); var_dump('0123' == 123); var_dump('0123' === 123);