mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
add docs
This commit is contained in:
parent
417b2cfb5e
commit
d43eaabd1e
1 changed files with 8 additions and 0 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue