Searched refs:phpdbg_write (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_list.c | 159 phpdbg_write("line", "line=\"%u\" code=\"%.*s\"", " %05u: %.*s", line, linelen, buffer); in phpdbg_list_file() 162 phpdbg_write("line", "line=\"%u\" code=\"%.*s\"", " %05u: %.*s", line, linelen, buffer); in phpdbg_list_file() 164 …phpdbg_write("line", "line=\"%u\" code=\"%.*s\" current=\"current\"", ">%05u: %.*s", line, linelen… in phpdbg_list_file()
|
H A D | phpdbg_out.h | 51 #define phpdbg_write(tag, xmlfmt, strfmt, ...) phpdbg_print(P_WRITE , PHPDBG_G(io)[PH… macro
|
H A D | phpdbg_info.c | 328 phpdbg_write("literal", "id=\"%u\"", "|-------- C%u -------> [", literal); in PHPDBG_INFO() 450 …phpdbg_write("function", "name=\"%s\"", "|-------- %s", op_array->function_name ? ZSTR_VAL(op_arra… in PHPDBG_INFO()
|
H A D | phpdbg_cmd.c | 756 phpdbg_write("prompt", "", "%s", phpdbg_get_prompt()); in phpdbg_read_input()
|
H A D | phpdbg_prompt.c | 1220 phpdbg_write("module", "name=\"%s\"", "%s\n", module->name); in add_module_info() 1226 phpdbg_write("extension", "name=\"%s\"", "%s\n", ext->name); in add_zendext_info()
|
H A D | phpdbg.c | 1073 phpdbg_write("cleaninfo", "classes=\"%d\" functions=\"%d\" constants=\"%d\" includes=\"%d\"", in phpdbg_welcome()
|
Completed in 20 milliseconds