mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 08:38:42 +00:00
7 lines
83 B
PHP
7 lines
83 B
PHP
|
|
||
|
print "Entering include";
|
||
|
print "Should be 2: ", 1+1;
|
||
|
print "Leaving include";
|
||
|
|
||
|
|