diff options
Diffstat (limited to 'debian/perl-framework/t/htdocs/php/include2.inc')
-rw-r--r-- | debian/perl-framework/t/htdocs/php/include2.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/perl-framework/t/htdocs/php/include2.inc b/debian/perl-framework/t/htdocs/php/include2.inc new file mode 100644 index 0000000..7039e3f --- /dev/null +++ b/debian/perl-framework/t/htdocs/php/include2.inc @@ -0,0 +1,5 @@ +<?php + old_function MyFunc $a ( + echo $a; + ); +?> |