This PHP Variables Online Test helps you to Boost your Knowledge in PHP. In this test, we will cover the topics in the form of questions like
- % is the modulo operator. Unlike in C we can use it get reminder or floating point numbers in PHP.
- When we use operator inside double quotes then all operator behaves like the character or ordinary symbols without any functionality.
- When we use more than one modulo operator in chain then the expression solve from left to right.
- First the * is evaluated then / followed by +.