Sortix cross-volatile manual
This manual documents Sortix cross-volatile. You can instead view this document in the latest official manual.
phpdbg(1) | Scripting Language | phpdbg(1) |
NAME
phpdbg - The interactive PHP debuggerSYNOPSIS
phpdbg [options] [ file] [ args...]DESCRIPTION
phpdbg is a lightweight, powerful, easy to use debugging platform for PHP.OPTIONS
- -c path|file
- Look for php.ini file in the directory path or use the specified file
- -d foo[=bar]
- Define INI entry foo with value bar
- -n
- No php.ini file will be used
- -z file
- Load Zend extension file
- -q
- Do not print banner on startup
- -v
- Enable oplog output
- -b
- Disables use of color on the console
- -i path|file
- Override .phpgdbinit location (implies -I)
- -I
- Ignore .phpdbginit (default init file)
- -r
- Jump straight to run
- -e
- Generate extended information for debugger/profiler
- -E
- Enable step through eval()
- -s delimiter
- Read code to execute from stdin with an optional delimiter
- -S sapi_name
- Override SAPI name
- -p opcode
- Output opcodes and quit
- -h
- Print the help overview
- -V
- Version number
- args...
- Arguments passed to script. Use '--' args when first argument starts with '-' or script is read from stdin
NOTES
Passing -rr will cause phpdbg to quit after execution, rather than returning to the consoleSEE ALSO
The online manual can be found atBUGS
You can view the list of known bugs or report any new bug you found atAUTHORS
Written by Felipe Pena, Joe Watkins and Bob Weinand, formatted by Ondřej Surý for Debian project.VERSION INFORMATION
This manpage describes phpdbg, for PHP version 8.3.11.COPYRIGHT
Copyright © The PHP Group2024 | The PHP Group |