Add include.php file and include it using pragma.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7460 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
20f6f843a8
commit
bd694705d0
2 changed files with 8 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
zend_printf("This was %%rshutdown\n");
|
||||
}
|
||||
|
||||
%pragma(php4) include="hi.php";
|
||||
%pragma(php4) include="include.php";
|
||||
|
||||
%pragma(php4) code="
|
||||
# This code is inserted into example.php
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue