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 9a5e908 commit 9313ba1Copy full SHA for 9313ba1
README.md
@@ -60,6 +60,7 @@ parameters:
60
- phpinfo
61
- print_r
62
- proc_open
63
+ - ray
64
- shell_exec
65
- system
66
- var_dump
extension.neon
@@ -38,6 +38,7 @@ parameters:
38
39
40
41
42
43
44
tests/Functional/snippets/ray.php
@@ -0,0 +1,3 @@
1
+<?php
2
+
3
+ray('');
0 commit comments