Searched refs:phpdbg_notice (Results 1 – 10 of 10) sorted by relevance
/php-src/sapi/phpdbg/ |
H A D | phpdbg_info.c | 91 phpdbg_notice("No error found!"); in PHPDBG_INFO() 94 phpdbg_notice("No error found!"); in PHPDBG_INFO() 118 phpdbg_notice("User-defined constants (%d)", zend_hash_num_elements(&consts)); in PHPDBG_INFO() 209 phpdbg_notice("Superglobal variables (%d)", zend_hash_num_elements(&vars)); in phpdbg_print_symbols() 223 phpdbg_notice("Variables @ %p (%d)", ops, zend_hash_num_elements(&vars)); in phpdbg_print_symbols() 322 phpdbg_notice("Literal Constants @ %p (%d)", ops, count); in PHPDBG_INFO() 361 phpdbg_notice("Memory Manager Information"); in PHPDBG_INFO() 362 phpdbg_notice("Current"); in PHPDBG_INFO() 365 phpdbg_notice("Peak"); in PHPDBG_INFO() 399 phpdbg_notice("User Classes (%d)", zend_hash_num_elements(&classes)); in PHPDBG_INFO() [all …]
|
H A D | phpdbg_help.h | 36 …phpdbg_notice("version", "version=\"%s\"", "Welcome to phpdbg, the interactive PHP debugger, v%s",… 38 phpdbg_notice("issues", "url=\"%s\"", "Please report bugs to <%s>", PHPDBG_ISSUES);
|
H A D | phpdbg_print.c | 86 phpdbg_notice("Context %s (%d ops)", PHPDBG_G(exec), PHPDBG_G(ops)->last); in PHPDBG_PRINT() 103 …phpdbg_notice("Stack in %s::%s() (%d ops)", ZSTR_VAL(ops->scope->name), ZSTR_VAL(ops->function_nam… in PHPDBG_PRINT() 105 phpdbg_notice("Stack in %s() (%d ops)", ZSTR_VAL(ops->function_name), ops->last); in PHPDBG_PRINT() 109 phpdbg_notice("Stack in %s (%d ops)", ZSTR_VAL(ops->filename), ops->last); in PHPDBG_PRINT() 111 phpdbg_notice("Stack @ %p (%d ops)", ops, ops->last); in PHPDBG_PRINT() 127 phpdbg_notice("%s %s: %s (%d methods)", in PHPDBG_PRINT() 162 phpdbg_notice("%s Method %s (%d ops)", in PHPDBG_PRINT() 212 phpdbg_notice("%s %s %s (%d ops)", in PHPDBG_PRINT()
|
H A D | phpdbg_bp.c | 425 phpdbg_notice("Breakpoint #%d added at %s", new_break.id, new_break.symbol); in phpdbg_set_breakpoint_symbol() 468 phpdbg_notice("Breakpoint #%d added at %s::%s", new_break.id, class_name, func_name); in phpdbg_set_breakpoint_method() 802 phpdbg_notice("Breakpoint #%d added at %s", new_break.id, name); in phpdbg_set_breakpoint_opcode() 1247 phpdbg_notice("Deleted breakpoint #"ZEND_ULONG_FMT, num); in phpdbg_delete_breakpoint() 1289 phpdbg_notice("Breakpoint #%d at %s:"ZEND_ULONG_FMT", hits: "ZEND_ULONG_FMT"", in phpdbg_print_breakpoint() 1297 phpdbg_notice("Breakpoint #%d in %s() at %s:%u, hits: "ZEND_ULONG_FMT"", in phpdbg_print_breakpoint() 1306 phpdbg_notice("Breakpoint #%d in #"ZEND_ULONG_FMT" at %s:%u, hits: "ZEND_ULONG_FMT"", in phpdbg_print_breakpoint() 1336 phpdbg_notice("Breakpoint #%d in #"ZEND_ULONG_FMT" at %s:%u, hits: "ZEND_ULONG_FMT"", in phpdbg_print_breakpoint() 1345 phpdbg_notice("Breakpoint #%d in %s at %s:%u, hits: "ZEND_ULONG_FMT"", in phpdbg_print_breakpoint() 1354 phpdbg_notice("Breakpoint #%d in %s::%s() at %s:%u, hits: "ZEND_ULONG_FMT"", in phpdbg_print_breakpoint() [all …]
|
H A D | phpdbg_set.c | 153 phpdbg_notice("setting prompt color to %s (%s)", color->name, color->code); in PHPDBG_SET() 162 phpdbg_notice("setting error color to %s (%s)", color->name, color->code); in PHPDBG_SET() 167 phpdbg_notice("setting notice color to %s (%s)", color->name, color->code); in PHPDBG_SET()
|
H A D | phpdbg_prompt.c | 423 phpdbg_notice("Destroying compiled opcodes"); in PHPDBG_COMMAND() 445 phpdbg_notice("Execution context not changed"); in PHPDBG_COMMAND() 549 phpdbg_notice("Successful compilation of stdin input"); in phpdbg_compile_stdin() 689 phpdbg_notice("Already at the end of the function"); in PHPDBG_COMMAND() 925 phpdbg_notice("Printing variable %.*s", (int) len, name); in phpdbg_output_ev_variable() 1357 phpdbg_notice("Zend extensions"); in PHPDBG_COMMAND() 1360 phpdbg_notice("Modules"); in PHPDBG_COMMAND() 1425 phpdbg_notice("Registered %s", lcname); in PHPDBG_COMMAND() 1770 phpdbg_notice("Breaking for leave at %s:%u", in phpdbg_execute_ex() 1811 phpdbg_notice("Program received signal SIGINT"); in phpdbg_execute_ex() [all …]
|
H A D | phpdbg_frame.c | 125 phpdbg_notice("Already in frame #%d", frame); in phpdbg_switch_frame() 161 phpdbg_notice("Switched to frame #%d: %.*s", frame, (int) ZSTR_LEN(s), ZSTR_VAL(s)); in phpdbg_switch_frame() 164 phpdbg_notice("Switched to frame #%d", frame); in phpdbg_switch_frame() 326 …phpdbg_notice("Switched to generator with handle #%d: %.*s", gen->std.handle, (int) ZSTR_LEN(s), Z… in phpdbg_open_generator_frame()
|
H A D | phpdbg_out.h | 44 #define phpdbg_notice(strfmt, ...) phpdbg_print(P_NOTICE , PHPDBG_G(io)[PHPDBG_STDOUT].… macro
|
H A D | phpdbg_watch.c | 165 phpdbg_notice("Breaking on watchpoint %.*s", (int) ZSTR_LEN(name), ZSTR_VAL(name)); in phpdbg_print_watch_diff() 768 …phpdbg_notice("%.*s has been removed, removing watchpoint%s", (int) ZSTR_LEN(child->str), ZSTR_VAL… 1040 phpdbg_notice("Element %.*s has been added to watchpoint", (int) ZSTR_LEN(str), ZSTR_VAL(str)); 1323 …phpdbg_notice("Added%s watchpoint #%u for %.*s", (element->flags & PHPDBG_WATCH_RECURSIVE_ROOT) ? … 1398 phpdbg_notice("Removed watchpoint %d", (int) param->num);
|
H A D | phpdbg.c | 185 phpdbg_notice("Script ended normally"); in PHP_MSHUTDOWN_FUNCTION() 1005 phpdbg_notice("Welcome to phpdbg, the interactive PHP debugger, v%s", PHPDBG_VERSION); in phpdbg_welcome() 1007 phpdbg_notice("Please report bugs to <%s>", PHPDBG_ISSUES); in phpdbg_welcome() 1532 …phpdbg_notice("Reading input from stdin; put '%s' followed by a newline on an own line after code … in main()
|
Completed in 36 milliseconds