Skip to content

Commit 3f33c7f

Browse files
committed
Add eval test
1 parent 86ee111 commit 3f33c7f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

testproject/eval.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
3+
eval('
4+
echo "hello";
5+
throw new Exception("an exception");
6+
');

0 commit comments

Comments
 (0)