Skip to content

Commit

Permalink
Show in debugger the count of server methods found
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed May 15, 2015
1 parent 4c4a011 commit dc81107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debugger/action.php
Expand Up @@ -286,7 +286,7 @@
if ($v->kindOf() == "array") {
$max = $v->arraysize();
echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
echo "<thead>\n<tr><th>Method</th><th>Description</th></tr>\n</thead>\n<tbody>\n";
echo "<thead>\n<tr><th>Method ($max)</th><th>Description</th></tr>\n</thead>\n<tbody>\n";
for ($i = 0; $i < $max; $i++) {
$rec = $v->arraymem($i);
if ($i % 2) {
Expand Down

0 comments on commit dc81107

Please sign in to comment.