Q. Which magic constant represents the current file name?
β
Correct Answer: (A)
__FILE__
Explanation: __FILE__ returns the full path and filename of the current file.