From: gggeek Date: Fri, 15 May 2015 00:52:23 +0000 (+0100) Subject: Show in debugger the count of server methods found X-Git-Tag: 4.0.0-alpha^2~51 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=dc81107c8486d21cc48144ae0e218afded36997b Show in debugger the count of server methods found --- 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) {
MethodDescription
Method ($max)Description