Basic PHP
Which of the following is/are a PHP code editor?
1. Notepad
2. Notepad++
3. Adobe Dreamweaver
4. PDT

Only 4
1, 2 and 3
All of the mentioned
Only 3

ANSWER DOWNLOAD EXAMIANS APP

Basic PHP
How does the identity operator === compare two values?

If the two values are strings, it performs a lexical comparison
It returns True only if they are both of the same type and value
It bases its comparison on the C strcmp function exclusively
It converts them to a common compatible data type and then compares the resulting values
It converts both values to strings and compares them

ANSWER DOWNLOAD EXAMIANS APP