"Fossies" - the Fresh Open Source Software Archive

Member "php-8.0.28-src/sapi/phpdbg/phpdbg.1.in" (14 Feb 2023, 2872 Bytes) of package /windows/www/php-8.0.28-src.zip:


Caution: As a special service "Fossies" has tried to format the requested manual source page into HTML format but links to other man pages may be missing or even erroneous. Alternatively you can here view or download the uninterpreted manual source code. A member file download can also be achieved by clicking within a package contents listing on the according byte size field.

@program_prefix@phpdbg

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
NOTES
FILES
SEE ALSO
BUGS
AUTHORS
VERSION INFORMATION
COPYRIGHT

NAME

@program_prefix@phpdbg − The interactive PHP debugger

SYNOPSIS

@program_prefix@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)

−O file

Set oplog output to 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

−l port

Setup remote console port

−a address

Setup remote console bind address

−x

Enable XML output

−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 console

FILES

php.ini

The standard configuration file

.phpdbginit

The init file

SEE ALSO

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

BUGS

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

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.

VERSION INFORMATION

This manpage describes phpdbg, for PHP version @PHP_VERSION@.

COPYRIGHT

Copyright © The PHP Group

This source file is subject to version 3.01 of the PHP license, that is bundled with this package in the file LICENSE, and is available through the world-wide-web at the following url:
http://www.php.net/license/3_01.txt

If you did not receive a copy of the PHP license and are unable to obtain it through the world-wide-web, please send a note to license@php.net so we can mail you a copy immediately.