Add include.php file and include it using pragma.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7460 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Kevin Ruland 2005-09-20 02:33:05 +00:00
commit 8ad9d8ace2
2 changed files with 8 additions and 1 deletions

View file

@ -0,0 +1,7 @@
<?php
# This code is inserted into example.php
echo "this is hi.php\n";
?>