php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "phpdbg.h"
#include "phpdbg_prompt.h"
#include "phpdbg_bp.h"
#include "phpdbg_break.h"
#include "phpdbg_list.h"
#include "phpdbg_utils.h"
#include "phpdbg_set.h"
#include "phpdbg_io.h"
#include "zend_alloc.h"
#include "phpdbg_print.h"
#include "phpdbg_help.h"
#include "phpdbg_arginfo.h"
#include "zend_vm.h"
#include "php_ini_builder.h"
#include "php_main.h"
#include "ext/standard/basic_functions.h"
Go to the source code of this file.
Data Structures | |
struct | php_stdio_stream_data |
Functions | |
PHP_FUNCTION (phpdbg_exec) | |
PHP_FUNCTION (phpdbg_break_next) | |
PHP_FUNCTION (phpdbg_break_file) | |
PHP_FUNCTION (phpdbg_break_method) | |
PHP_FUNCTION (phpdbg_break_function) | |
PHP_FUNCTION (phpdbg_clear) | |
PHP_FUNCTION (phpdbg_color) | |
PHP_FUNCTION (phpdbg_prompt) | |
PHP_FUNCTION (phpdbg_start_oplog) | |
PHP_FUNCTION (phpdbg_get_executable) | |
PHP_FUNCTION (phpdbg_end_oplog) | |
void | phpdbg_register_file_handles (void) |
ZEND_ATTRIBUTE_MALLOC | ZEND_ATTRIBUTE_ALLOC_SIZE (1) |
void | phpdbg_free_wrapper (void *p ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) |
void * | phpdbg_realloc_wrapper (void *ptr, size_t size ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) |
php_stream * | phpdbg_stream_url_wrap_php (php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) |
int | main (int argc, char **argv) |
Variables | |
int | phpdbg_startup_run = 0 |
const char | phpdbg_ini_hardcoded [] |
PHP_FUNCTION | ( | phpdbg_break_file | ) |
PHP_FUNCTION | ( | phpdbg_break_function | ) |
PHP_FUNCTION | ( | phpdbg_break_method | ) |
PHP_FUNCTION | ( | phpdbg_break_next | ) |
PHP_FUNCTION | ( | phpdbg_clear | ) |
PHP_FUNCTION | ( | phpdbg_color | ) |
PHP_FUNCTION | ( | phpdbg_end_oplog | ) |
PHP_FUNCTION | ( | phpdbg_exec | ) |
PHP_FUNCTION | ( | phpdbg_get_executable | ) |
PHP_FUNCTION | ( | phpdbg_prompt | ) |
PHP_FUNCTION | ( | phpdbg_start_oplog | ) |
void phpdbg_free_wrapper | ( | void *p ZEND_FILE_LINE_DC | ZEND_FILE_LINE_ORIG_DC | ) |
void * phpdbg_realloc_wrapper | ( | void * | ptr, |
size_t size ZEND_FILE_LINE_DC | ZEND_FILE_LINE_ORIG_DC ) |
php_stream * phpdbg_stream_url_wrap_php | ( | php_stream_wrapper * | wrapper, |
const char * | path, | ||
const char * | mode, | ||
int | options, | ||
zend_string ** | opened_path, | ||
php_stream_context *context | STREAMS_DC ) |
ZEND_ATTRIBUTE_MALLOC ZEND_ATTRIBUTE_ALLOC_SIZE | ( | 1 | ) |
const char phpdbg_ini_hardcoded[] |