logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

phpdbg - The interactive PHP debugger

Authors

       Written by Felipe Pena, Joe Watkins and Bob Weinand, formatted by Ondřej Surý for Debian project.

       A List of active developers can be found at
       http://www.php.net/credits.php

       And  last  but  not least PHP was developed with the help of a huge amount of contributors all around the
       world.

Bugs

       You can view the list of known bugs or report any new bug you found at
       http://bugs.php.net/

Description

phpdbg is a lightweight, powerful, easy to use debugging platform for PHP.

Files

php.ini        The standard configuration file

       .phpdbginit    The init file

Name

       phpdbg - The interactive PHP debugger

Notes

       Passing -rr will cause phpdbg to quit after execution, rather than returning to the console

Options

-cpath|file   Look for php.ini file in the directory path or use the specified file-dfoo[=bar]   Define INI entry foo with value bar-n             No php.ini file will be used

       -zfile        Load Zend extension file-q             Do not print banner on startup

       -v             Enable oplog output

       -b             Disables use of color on the console

       -ipath|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()

       -sdelimiter   Read code to execute from stdin with an optional delimiter-Ssapi_name   Override SAPI name

       -popcode      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

See Also

       The online manual can be found at
       http://php.net/manual/book.phpdbg.php

Synopsis

phpdbg [options] [file] [args...]

Version Information

       This manpage describes phpdbg, for PHP version 8.1.2-1ubuntu2.22.

See Also