mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 20:28:43 +00:00
6 lines
82 B
PHP
6 lines
82 B
PHP
|
|
||
|
print "Entering include";
|
||
|
print "Should be 2: ", 1+1;
|
||
|
print "Leaving include";
|
||
|
|