We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ee111 commit 3f33c7fCopy full SHA for 3f33c7f
testproject/eval.php
@@ -0,0 +1,6 @@
1
+<?php
2
+
3
+eval('
4
+ echo "hello";
5
+ throw new Exception("an exception");
6
+');
0 commit comments