1phpdbg(1)                     Scripting Language                     phpdbg(1)
2
3
4

NAME

6       phpdbg - The interactive PHP debugger
7

SYNOPSIS

9       phpdbg [options] [file] [args...]
10

DESCRIPTION

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

OPTIONS

16       -c path|file   Look for php.ini file in the directory path or  use  the
17                      specified file
18
19       -d foo[=bar]   Define INI entry foo with value bar
20
21       -n             No php.ini file will be used
22
23       -z file        Load Zend extension file
24
25       -q             Do not print banner on startup
26
27       -v             Enable oplog output
28
29       -b             Disables use of color on the console
30
31       -i path|file   Override .phpgdbinit location (implies -I)
32
33       -I             Ignore .phpdbginit (default init file)
34
35       -r             Jump straight to run
36
37       -e             Generate extended information for debugger/profiler
38
39       -E             Enable step through eval()
40
41       -s delimiter   Read  code to execute from stdin with an optional delim‐
42                      iter
43
44       -S sapi_name   Override SAPI name
45
46       -p opcode      Output opcodes and quit
47
48       -h             Print the help overview
49
50       -V             Version number
51
52       args...        Arguments passed to script. Use '--' args when first ar‐
53                      gument starts with '-' or script is read from stdin
54

NOTES

56       Passing  -rr will cause phpdbg to quit after execution, rather than re‐
57       turning to the console
58

FILES

60       php.ini        The standard configuration file
61
62       .phpdbginit    The init file
63

SEE ALSO

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

BUGS

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

AUTHORS

73       Written by Felipe Pena, Joe  Watkins  and  Bob  Weinand,  formatted  by
74       Ondřej Surý for Debian project.
75
76       A List of active developers can be found at
77       http://www.php.net/credits.php
78
79       And last but not least PHP was developed with the help of a huge amount
80       of contributors all around the world.
81

VERSION INFORMATION

83       This manpage describes phpdbg, for PHP version 8.1.14.
84
86       Copyright © The PHP Group
87
88       This source file is subject to version 3.01 of the PHP license, that is
89       bundled with this package in the file LICENSE, and is available through
90       the world-wide-web at the following url:
91       https://www.php.net/license/3_01.txt
92
93       If you did not receive a copy of the PHP license and are unable to  ob‐
94       tain  it  through  the  world-wide-web,  please  send  a  note  to  li‐
95       cense@php.net so we can mail you a copy immediately.
96
97
98
99The PHP Group                        2021                            phpdbg(1)
Impressum