diff options
Diffstat (limited to 'debian/perl-framework/t/htdocs/php/eval2.php')
-rw-r--r-- | debian/perl-framework/t/htdocs/php/eval2.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/perl-framework/t/htdocs/php/eval2.php b/debian/perl-framework/t/htdocs/php/eval2.php new file mode 100644 index 0000000..53d16a0 --- /dev/null +++ b/debian/perl-framework/t/htdocs/php/eval2.php @@ -0,0 +1,8 @@ +<?php +old_function F $a ( + eval($a); +); + +error_reporting(0); +F("echo \"Hello\";"); +?> |