From dc81107c8486d21cc48144ae0e218afded36997b Mon Sep 17 00:00:00 2001 From: gggeek Date: Fri, 15 May 2015 01:52:23 +0100 Subject: [PATCH] Show in debugger the count of server methods found --- debugger/action.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debugger/action.php b/debugger/action.php index 3e22c69..05cc99a 100644 --- a/debugger/action.php +++ b/debugger/action.php @@ -286,7 +286,7 @@ if ($action) { if ($v->kindOf() == "array") { $max = $v->arraysize(); echo "\n"; - echo "\n\n\n\n"; + echo "\n\n\n\n"; for ($i = 0; $i < $max; $i++) { $rec = $v->arraymem($i); if ($i % 2) { -- 2.43.0
MethodDescription
Method ($max)Description