Q. What will be the output?
Code:
echo gettype(NULL);
β
Correct Answer: (B)
null
Explanation: gettype returns 'NULL' lowercase internally shown as 'NULL' or 'NULL string', expected 'NULL'/'null'.