|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <stdio.h>#include <string.h>#include <sys/stat.h>#include <sys/mman.h>#include <unistd.h>#include <fcntl.h>#include "phpdbg.h"#include "phpdbg_list.h"#include "phpdbg_utils.h"#include "phpdbg_prompt.h"#include "php_streams.h"#include "zend_exceptions.h"Go to the source code of this file.
Macros | |
| #define | PHPDBG_LIST_COMMAND_D(f, h, a, m, l, s, flags) |
Functions | |
| if (phpdbg_safe_class_lookup(param->method.class, strlen(param->method.class), &ce)==SUCCESS) | |
| if (phpdbg_safe_class_lookup(param->str, param->len, &ce)==SUCCESS) | |
| void | phpdbg_list_file (zend_string *filename, uint32_t count, int offset, uint32_t highlight) |
| void | phpdbg_list_function (const zend_function *fbc) |
| void | phpdbg_list_function_byname (const char *str, size_t len) |
| zend_op_array * | phpdbg_compile_file (zend_file_handle *file, int type) |
| zend_op_array * | phpdbg_init_compile_file (zend_file_handle *file, int type) |
| zend_op_array * | phpdbg_compile_string (zend_string *source_string, const char *filename, zend_compile_position position) |
| void | phpdbg_init_list (void) |
| void | phpdbg_list_update (void) |
Variables | |
| const phpdbg_command_t | phpdbg_list_commands [] |
| return | SUCCESS |
| else | |
Definition at line 36 of file phpdbg_list.c.
| if | ( | phpdbg_safe_class_lookup(param->method.class, strlen(param->method.class), &ce) | = = SUCCESS | ) |
Definition at line 91 of file phpdbg_list.c.
| if | ( | phpdbg_safe_class_lookup(param->str, param->len, &ce) | = = SUCCESS | ) |
Definition at line 113 of file phpdbg_list.c.
| zend_op_array * phpdbg_compile_file | ( | zend_file_handle * | file, |
| int | type ) |
Definition at line 229 of file phpdbg_list.c.
| zend_op_array * phpdbg_compile_string | ( | zend_string * | source_string, |
| const char * | filename, | ||
| zend_compile_position | position ) |
Definition at line 312 of file phpdbg_list.c.
| zend_op_array * phpdbg_init_compile_file | ( | zend_file_handle * | file, |
| int | type ) |
Definition at line 277 of file phpdbg_list.c.
Definition at line 358 of file phpdbg_list.c.
| void phpdbg_list_file | ( | zend_string * | filename, |
| uint32_t | count, | ||
| int | offset, | ||
| uint32_t | highlight ) |
Definition at line 130 of file phpdbg_list.c.
| void phpdbg_list_function | ( | const zend_function * | fbc | ) |
Definition at line 172 of file phpdbg_list.c.
| void phpdbg_list_function_byname | ( | const char * | str, |
| size_t | len ) |
Definition at line 186 of file phpdbg_list.c.
Definition at line 365 of file phpdbg_list.c.
| else |
Definition at line 102 of file phpdbg_list.c.
| const phpdbg_command_t phpdbg_list_commands[] |
Definition at line 39 of file phpdbg_list.c.
| return SUCCESS |
Definition at line 84 of file phpdbg_list.c.