Home
last modified time | relevance | path

Searched refs:phpdbg_write (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_list.c159 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()
164phpdbg_write("line", "line=\"%u\" code=\"%.*s\" current=\"current\"", ">%05u: %.*s", line, linelen… in phpdbg_list_file()
H A Dphpdbg_out.h51 #define phpdbg_write(tag, xmlfmt, strfmt, ...) phpdbg_print(P_WRITE , PHPDBG_G(io)[PH… macro
H A Dphpdbg_info.c328 phpdbg_write("literal", "id=\"%u\"", "|-------- C%u -------> [", literal); in PHPDBG_INFO()
450phpdbg_write("function", "name=\"%s\"", "|-------- %s", op_array->function_name ? ZSTR_VAL(op_arra… in PHPDBG_INFO()
H A Dphpdbg_cmd.c756 phpdbg_write("prompt", "", "%s", phpdbg_get_prompt()); in phpdbg_read_input()
H A Dphpdbg_prompt.c1220 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 Dphpdbg.c1073 phpdbg_write("cleaninfo", "classes=\"%d\" functions=\"%d\" constants=\"%d\" includes=\"%d\"", in phpdbg_welcome()

Completed in 26 milliseconds