When a file is included the code it contains, behave for variable scope of the line on which the include occurs
Any variable available at that line in the calling file will be available within the called file from that point
Any variable available at that line in the calling file will not be available within the called file
Variables are local in both called and calling files
None of above