Searched refs:phpdbg_write (Results 1 – 8 of 8) sorted by relevance
/PHP-5.6/sapi/phpdbg/ |
H A D | phpdbg_info.c | 155 phpdbg_write( in PHPDBG_INFO() 167 case IS_NULL: phpdbg_write("(null)\t"); break; in PHPDBG_INFO() 176 phpdbg_write( in PHPDBG_INFO() 180 phpdbg_write( in PHPDBG_INFO() 187 phpdbg_write( in PHPDBG_INFO() 191 phpdbg_write( in PHPDBG_INFO() 195 phpdbg_write( in PHPDBG_INFO() 233 phpdbg_write("|-------- C%u -------> [", literal); in PHPDBG_INFO() 236 phpdbg_write("]"); in PHPDBG_INFO() 270 phpdbg_write( in phpdbg_print_class_name() [all …]
|
H A D | phpdbg_frame.c | 124 phpdbg_write("%s%s%s(", in phpdbg_dump_prototype() 143 phpdbg_write(", "); in phpdbg_dump_prototype() 149 phpdbg_write("%s=%s", in phpdbg_dump_prototype() 158 phpdbg_write("]"); in phpdbg_dump_prototype() 161 phpdbg_write(")"); in phpdbg_dump_prototype() 189 phpdbg_write("frame #%d: {main} at %s:%ld", i, Z_STRVAL_PP(file), Z_LVAL_PP(line)); in phpdbg_dump_backtrace() 194 phpdbg_write("frame #%d: ", i++); in phpdbg_dump_backtrace() 198 phpdbg_write(" => "); in phpdbg_dump_backtrace()
|
H A D | phpdbg_list.c | 160 phpdbg_write("%05ld: %s", line, buffer); in phpdbg_list_file() 163 phpdbg_write(" %05ld: %s", line, buffer); in phpdbg_list_file() 165 phpdbg_write(">%05ld: %s", line, buffer); in phpdbg_list_file() 170 phpdbg_write("\n"); in phpdbg_list_file()
|
H A D | phpdbg_utils.h | 58 #define phpdbg_write(fmt, ...) phpdbg_print(P_WRITE TSRMLS_CC, PHPDBG_G(io)[PHPDBG_S… macro
|
H A D | phpdbg_watch.c | 649 phpdbg_write("Old value: "); 676 phpdbg_write("New value: ");
|
H A D | phpdbg_help.c | 134 phpdbg_write("%s\n", new); in pretty_print()
|
H A D | phpdbg_cmd.c | 743 if (!phpdbg_write("%s", phpdbg_get_prompt(TSRMLS_C))) { in phpdbg_read_input()
|
H A D | phpdbg.c | 568 return phpdbg_write("%s", message); in php_sapi_phpdbg_ub_write()
|
Completed in 16 milliseconds