diff options
Diffstat (limited to '_test/debug.note')
-rw-r--r-- | _test/debug.note | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_test/debug.note b/_test/debug.note new file mode 100644 index 000000000..28c34d8ee --- /dev/null +++ b/_test/debug.note @@ -0,0 +1,4 @@ +print "-----------------------------------------------------\n"; +print_r(array_map('stripbyteindex',$this->H->calls)); +print "-----------------------------------------------------\n"; +print_r($calls); |