summaryrefslogtreecommitdiff
path: root/Examples/php/pragmas/include.php
blob: e19880a06a4eafd5042649a3988168877b6ffbec (plain)
1
2
3
4
5
6
7
<?php

# This code is inserted into example.php
echo "this is include.php\n";


?>