diff options
author | Urban Müller | 2022-05-20 16:02:31 +0200 |
---|---|---|
committer | Urban Müller | 2022-05-20 16:02:31 +0200 |
commit | 1ad19406e5458d102bb3cf2091d4a1c575b7955e (patch) | |
tree | f68e055c348a21bdf0ffbb8f9d7f19ee00ffd4dc /auto_prepend.php | |
parent | 4dc711e8029d67a75d4f0cc28304195eb4f9b673 (diff) | |
download | itools-1ad19406e5458d102bb3cf2091d4a1c575b7955e.tar.gz itools-1ad19406e5458d102bb3cf2091d4a1c575b7955e.tar.bz2 itools-1ad19406e5458d102bb3cf2091d4a1c575b7955e.zip |
supprt ED() without args for stackdump
Diffstat (limited to 'auto_prepend.php')
-rw-r--r-- | auto_prepend.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auto_prepend.php b/auto_prepend.php index 4c6a308..528769f 100644 --- a/auto_prepend.php +++ b/auto_prepend.php @@ -3,7 +3,7 @@ /****************** functions for class it_debug **********************/ /** - * Return string containing names and values of all arguments + * Return string containing names and values of all arguments or stack trace if no args */ function D(...$args) { @@ -11,7 +11,7 @@ function D(...$args) } /** - * Echo string containing names and values of all arguments + * Echo string containing names and values of all arguments or stack trace if no args */ function ED(...$args) { |