php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "zend.h"
#include "php.h"
#include "phpdbg.h"
#include "phpdbg_utils.h"
#include "ext/standard/php_string.h"
Go to the source code of this file.
PHPDBG_API bool phpdbg_check_caught_ex | ( | zend_execute_data * | execute_data, |
zend_object * | exception ) |
Definition at line 612 of file phpdbg_utils.c.
PHPDBG_API const char * phpdbg_current_file | ( | void | ) |
Definition at line 157 of file phpdbg_utils.c.
PHPDBG_API const phpdbg_color_t * phpdbg_get_color | ( | const char * | name, |
size_t | name_length ) |
Definition at line 227 of file phpdbg_utils.c.
PHPDBG_API const phpdbg_color_t * phpdbg_get_colors | ( | void | ) |
Definition at line 259 of file phpdbg_utils.c.
PHPDBG_API int phpdbg_get_element | ( | const char * | name, |
size_t | len ) |
Definition at line 264 of file phpdbg_utils.c.
PHPDBG_API const zend_function * phpdbg_get_function | ( | const char * | fname, |
const char * | cname ) |
Definition at line 168 of file phpdbg_utils.c.
PHPDBG_API const char * phpdbg_get_prompt | ( | void | ) |
Definition at line 296 of file phpdbg_utils.c.
char * phpdbg_get_property_key | ( | char * | key | ) |
Definition at line 432 of file phpdbg_utils.c.
PHPDBG_API uint32_t phpdbg_get_terminal_height | ( | void | ) |
Definition at line 368 of file phpdbg_utils.c.
PHPDBG_API uint32_t phpdbg_get_terminal_width | ( | void | ) |
Definition at line 350 of file phpdbg_utils.c.
PHPDBG_API int phpdbg_is_addr | ( | const char * | str | ) |
Definition at line 107 of file phpdbg_utils.c.
int phpdbg_is_auto_global | ( | char * | name, |
int | len ) |
Definition at line 608 of file phpdbg_utils.c.
PHPDBG_API int phpdbg_is_class_method | ( | const char * | str, |
size_t | len, | ||
char ** | class, | ||
char ** | method ) |
Definition at line 112 of file phpdbg_utils.c.
PHPDBG_API int phpdbg_is_empty | ( | const char * | str | ) |
Definition at line 93 of file phpdbg_utils.c.
PHPDBG_API int phpdbg_is_numeric | ( | const char * | str | ) |
Input scan functions
Definition at line 79 of file phpdbg_utils.c.
PHPDBG_API int phpdbg_parse_variable | ( | char * | input, |
size_t | len, | ||
HashTable * | parent, | ||
size_t | i, | ||
phpdbg_parse_var_func | callback, | ||
bool | silent ) |
Definition at line 443 of file phpdbg_utils.c.
PHPDBG_API int phpdbg_parse_variable_with_arg | ( | char * | input, |
size_t | len, | ||
HashTable * | parent, | ||
size_t | i, | ||
phpdbg_parse_var_with_arg_func | callback, | ||
phpdbg_parse_var_with_arg_func | step_cb, | ||
bool | silent, | ||
void * | arg ) |
Definition at line 447 of file phpdbg_utils.c.
int phpdbg_rebuild_symtable | ( | void | ) |
Definition at line 336 of file phpdbg_utils.c.
PHPDBG_API char * phpdbg_resolve_path | ( | const char * | path | ) |
Definition at line 146 of file phpdbg_utils.c.
int phpdbg_safe_class_lookup | ( | const char * | name, |
int | name_length, | ||
zend_class_entry ** | ce ) |
Definition at line 398 of file phpdbg_utils.c.
PHPDBG_API void phpdbg_set_async_io | ( | int | fd | ) |
Definition at line 389 of file phpdbg_utils.c.
PHPDBG_API void phpdbg_set_color | ( | int | element, |
const phpdbg_color_t * | color ) |
Definition at line 245 of file phpdbg_utils.c.
PHPDBG_API void phpdbg_set_color_ex | ( | int | element, |
const char * | name, | ||
size_t | name_length ) |
Definition at line 250 of file phpdbg_utils.c.
PHPDBG_API void phpdbg_set_prompt | ( | const char * | prompt | ) |
Definition at line 279 of file phpdbg_utils.c.
char * phpdbg_short_zval_print | ( | zval * | zv, |
int | maxlen ) |
Definition at line 660 of file phpdbg_utils.c.
PHPDBG_API char * phpdbg_trim | ( | const char * | str, |
size_t | len, | ||
size_t * | new_len ) |
Definition at line 197 of file phpdbg_utils.c.