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.
2 parents acb1d13 + 47f21c5 commit 0d75111Copy full SHA for 0d75111
roadmap.md
@@ -0,0 +1,3 @@
1
+Roadmap for future development
2
+
3
+- Create tests
src/helper.php
@@ -8,3 +8,11 @@ function dd()
8
die();
9
}
10
11
12
+if (!function_exists('d')) {
13
+ function d()
14
+ {
15
+ $args = func_get_args();
16
+ call_user_func_array('dump', $args);
17
+ }
18
+}
0 commit comments