I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what’s the problem?


Ans:- PHP Interpreter treats numbers beginning with 0 as octal.