Provided by: php7.0-phpdbg_7.0.33-0ubuntu0.16.04.16_amd64 bug

NAME

       phpdbg - The interactive PHP debugger

SYNOPSIS

       phpdbg [OPTION] [-eFILE]

DESCRIPTION

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

OPTIONS

       The following switches are implemented (just like cli SAPI):

       -n     No php.ini file will be used

       -cpath|file
              Look for php.ini file in the directory path or use the specified file

       -zfile Load Zend extension file

       -dfoo[=bar]
              Define INI entry foo with value bar

       -v     Disables quietness

       -s     Enabled stepping

       -efile Sets execution context

       -b     Disables use of colour on the console

       -I     Ignore .phpdbginit (default init file)

       -ipath|ile
              Override .phpgdbinit location (implies -I)

       -Ofile Set oplog output to file

       -q     Do not print banner on startup

       -r     Jump straight to run

       -E     Enable step through eval()

NOTES

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

AUTHOR

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

                                                                                        PHPDBG(1)