This commit is contained in:
Greg Beaver 2007-08-15 23:37:13 +00:00
parent 417b2cfb5e
commit d43eaabd1e

View file

@ -41,6 +41,10 @@ define print_phar
printf "}\n" printf "}\n"
end end
document print_phar
dumps open phars and their aliases
end
define print_pharfp define print_pharfp
___pharglobals ___pharglobals
set $ht = $pharglobals.phar_fname_map set $ht = $pharglobals.phar_fname_map
@ -69,3 +73,7 @@ define print_pharfp
end end
printf "Open file pointers: %d\n", $fpcount printf "Open file pointers: %d\n", $fpcount
end end
document print_pharfp
displays all open file pointers in phar, and the phars plus entries that are open with reference counts
end