diff options
Diffstat (limited to 'Examples/php/pragmas/include.php')
| -rw-r--r-- | Examples/php/pragmas/include.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Examples/php/pragmas/include.php b/Examples/php/pragmas/include.php new file mode 100644 index 0000000..e19880a --- /dev/null +++ b/Examples/php/pragmas/include.php @@ -0,0 +1,7 @@ +<?php + +# This code is inserted into example.php +echo "this is include.php\n"; + + +?> |
