summaryrefslogtreecommitdiff
path: root/ext/phar
diff options
context:
space:
mode:
authorGreg Beaver <cellog@php.net>2007-08-15 23:37:13 +0000
committerGreg Beaver <cellog@php.net>2007-08-15 23:37:13 +0000
commitd43eaabd1e224b6225de03762736c20abd18a0d7 (patch)
tree4111b89c2aaa6fb0031ee9f2bd93ed613aa1700a /ext/phar
parent417b2cfb5efaeefcfa74c5a07771226fd01af3c3 (diff)
downloadphp-git-d43eaabd1e224b6225de03762736c20abd18a0d7.tar.gz
add docs
Diffstat (limited to 'ext/phar')
-rw-r--r--ext/phar/gdbhelp8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/phar/gdbhelp b/ext/phar/gdbhelp
index 38ab5f465d..16e2805898 100644
--- a/ext/phar/gdbhelp
+++ b/ext/phar/gdbhelp
@@ -41,6 +41,10 @@ define print_phar
printf "}\n"
end
+document print_phar
+ dumps open phars and their aliases
+end
+
define print_pharfp
___pharglobals
set $ht = $pharglobals.phar_fname_map
@@ -68,4 +72,8 @@ define print_pharfp
set $p = $p->pListNext
end
printf "Open file pointers: %d\n", $fpcount
+end
+
+document print_pharfp
+ displays all open file pointers in phar, and the phars plus entries that are open with reference counts
end \ No newline at end of file