Searched refs:phpdbg_write (Results 1 – 6 of 6) sorted by relevance
/php-src/sapi/phpdbg/ |
H A D | phpdbg_out.h | 46 #define phpdbg_write(strfmt, ...) phpdbg_print(P_WRITE , PHPDBG_G(io)[PHPDBG_STDOUT].… macro
|
H A D | phpdbg_list.c | 157 phpdbg_write(" %05u: %.*s", line, linelen, buffer); in phpdbg_list_file() 160 phpdbg_write(" %05u: %.*s", line, linelen, buffer); in phpdbg_list_file() 162 phpdbg_write(">%05u: %.*s", line, linelen, buffer); in phpdbg_list_file()
|
H A D | phpdbg_info.c | 328 phpdbg_write("|-------- C%u -------> [", literal); in PHPDBG_INFO() 454 …phpdbg_write("|-------- %s", op_array->function_name ? ZSTR_VAL(op_array->function_name) : "{main}… in PHPDBG_INFO()
|
H A D | phpdbg_cmd.c | 757 phpdbg_write("%s", phpdbg_get_prompt()); in phpdbg_read_input() 777 phpdbg_write("%s", phpdbg_get_prompt()); in phpdbg_read_input()
|
H A D | phpdbg_prompt.c | 1201 phpdbg_write("%s\n", module->name); in add_module_info() 1207 phpdbg_write("%s\n", ext->name); in add_zendext_info()
|
H A D | phpdbg.c | 1009 phpdbg_write( in phpdbg_welcome()
|
Completed in 23 milliseconds