6 lines
83 B
PHP
6 lines
83 B
PHP
|
|
print "Entering include";
|
|
print "Should be 2: ", 1+1;
|
|
print "Leaving include";
|
|
|
|
|