Use the correct name of the file in the echo.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9319 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Kevin Ruland 2006-09-22 12:41:33 +00:00
commit 38ed98a459

View file

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