Home
last modified time | relevance | path

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

/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_list.c161 phpdbg_write("line", "line=\"%u\" code=\"%.*s\"", " %05u: %.*s", line, linelen, buffer); in phpdbg_list_file()
164 phpdbg_write("line", "line=\"%u\" code=\"%.*s\"", " %05u: %.*s", line, linelen, buffer); in phpdbg_list_file()
166phpdbg_write("line", "line=\"%u\" code=\"%.*s\" current=\"current\"", ">%05u: %.*s", line, linelen… in phpdbg_list_file()
H A Dphpdbg_out.h46 #define phpdbg_write(tag, xmlfmt, strfmt, ...) phpdbg_print(P_WRITE , PHPDBG_G(io)[PH… macro
H A Dphpdbg_info.c330 phpdbg_write("literal", "id=\"%u\"", "|-------- C%u -------> [", literal); in PHPDBG_INFO()
452phpdbg_write("function", "name=\"%s\"", "|-------- %s", op_array->function_name ? ZSTR_VAL(op_arra… in PHPDBG_INFO()
H A Dphpdbg_cmd.c759 phpdbg_write("prompt", "", "%s", phpdbg_get_prompt()); in phpdbg_read_input()
H A Dphpdbg_prompt.c1275 phpdbg_write("module", "name=\"%s\"", "%s\n", module->name); in add_module_info()
1281 phpdbg_write("extension", "name=\"%s\"", "%s\n", ext->name); in add_zendext_info()
H A Dphpdbg.c1142 phpdbg_write("cleaninfo", "classes=\"%d\" functions=\"%d\" constants=\"%d\" includes=\"%d\"", in phpdbg_welcome()

Completed in 26 milliseconds