InterviewSolution
Saved Bookmarks
| 1. |
I Am Trying To Assign A Variable The Value Of 0123, But It Keeps Coming Up With A Different Number, What's The Problem? |
|
Answer» PHP Interpreter treats NUMBERS BEGINNING with 0 as OCTAL. LOOK at the similar PHP interview QUESTIONS for more numeric problems. PHP Interpreter treats numbers beginning with 0 as octal. Look at the similar PHP interview questions for more numeric problems. |
|