This should be in your php configuration file.
if you call a file from your webserver, it looks up the file extension. in case of .php it sends the file to the php interpreter. thisone looks up for code to interpret in case of php for the tag configured in your php config file. then it sends back the answer to your webserver.