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"
end
document print_phar
dumps open phars and their aliases
end
define print_pharfp
___pharglobals
set $ht = $pharglobals.phar_fname_map
@ -69,3 +73,7 @@ define print_pharfp
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