Home
last modified time | relevance | path

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

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_info.c155 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 Dphpdbg_frame.c124 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 Dphpdbg_list.c160 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 Dphpdbg_utils.h58 #define phpdbg_write(fmt, ...) phpdbg_print(P_WRITE TSRMLS_CC, PHPDBG_G(io)[PHPDBG_S… macro
H A Dphpdbg_watch.c649 phpdbg_write("Old value: ");
676 phpdbg_write("New value: ");
H A Dphpdbg_help.c134 phpdbg_write("%s\n", new); in pretty_print()
H A Dphpdbg_cmd.c743 if (!phpdbg_write("%s", phpdbg_get_prompt(TSRMLS_C))) { in phpdbg_read_input()
H A Dphpdbg.c568 return phpdbg_write("%s", message); in php_sapi_phpdbg_ub_write()

Completed in 18 milliseconds