Vidyalelo
PHP · Q22

Functions

Programming · PHP · question 22

Q22

What will be the output of the following PHP code?

A.
I am b
B.
I am bI am a
C.
Error
D.
I am a Error
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
This will be the output- I am a Fatal error: Cannot redeclare b()