Home
last modified time | relevance | path

Searched refs:phpdbg_notice (Results 1 – 10 of 10) sorted by relevance

/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_info.c91 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 Dphpdbg_help.h36phpdbg_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 Dphpdbg_print.c88 phpdbg_notice("Context %s (%d ops)", PHPDBG_G(exec), PHPDBG_G(ops)->last); in PHPDBG_PRINT()
105phpdbg_notice("Stack in %s::%s() (%d ops)", ZSTR_VAL(ops->scope->name), ZSTR_VAL(ops->function_nam… in PHPDBG_PRINT()
107 phpdbg_notice("Stack in %s() (%d ops)", ZSTR_VAL(ops->function_name), ops->last); in PHPDBG_PRINT()
111 phpdbg_notice("Stack in %s (%d ops)", ZSTR_VAL(ops->filename), ops->last); in PHPDBG_PRINT()
113 phpdbg_notice("Stack @ %p (%d ops)", ops, ops->last); in PHPDBG_PRINT()
129 phpdbg_notice("%s %s: %s (%d methods)", in PHPDBG_PRINT()
164 phpdbg_notice("%s Method %s (%d ops)", in PHPDBG_PRINT()
214 phpdbg_notice("%s %s %s (%d ops)", in PHPDBG_PRINT()
H A Dphpdbg_bp.c425 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 Dphpdbg_set.c153 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 Dphpdbg_prompt.c423 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()
691 phpdbg_notice("Already at the end of the function"); in PHPDBG_COMMAND()
927 phpdbg_notice("Printing variable %.*s", (int) len, name); in phpdbg_output_ev_variable()
1361 phpdbg_notice("Zend extensions"); in PHPDBG_COMMAND()
1364 phpdbg_notice("Modules"); in PHPDBG_COMMAND()
1429 phpdbg_notice("Registered %s", lcname); in PHPDBG_COMMAND()
1765 phpdbg_notice("Breaking for leave at %s:%u", in phpdbg_execute_ex()
1806 phpdbg_notice("Program received signal SIGINT"); in phpdbg_execute_ex()
[all …]
H A Dphpdbg_frame.c125 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()
331phpdbg_notice("Switched to generator with handle #%d: %.*s", gen->std.handle, (int) ZSTR_LEN(s), Z… in phpdbg_open_generator_frame()
H A Dphpdbg_out.h40 #define phpdbg_notice(strfmt, ...) phpdbg_print(P_NOTICE , PHPDBG_G(io)[PHPDBG_STDOUT].… macro
H A Dphpdbg_watch.c164 phpdbg_notice("Breaking on watchpoint %.*s", (int) ZSTR_LEN(name), ZSTR_VAL(name)); in phpdbg_print_watch_diff()
771phpdbg_notice("%.*s has been removed, removing watchpoint%s", (int) ZSTR_LEN(child->str), ZSTR_VAL…
1043 phpdbg_notice("Element %.*s has been added to watchpoint", (int) ZSTR_LEN(str), ZSTR_VAL(str));
1326phpdbg_notice("Added%s watchpoint #%u for %.*s", (element->flags & PHPDBG_WATCH_RECURSIVE_ROOT) ? …
1401 phpdbg_notice("Removed watchpoint %d", (int) param->num);
H A Dphpdbg.c184 phpdbg_notice("Script ended normally"); in PHP_MSHUTDOWN_FUNCTION()
1004 phpdbg_notice("Welcome to phpdbg, the interactive PHP debugger, v%s", PHPDBG_VERSION); in phpdbg_welcome()
1006 phpdbg_notice("Please report bugs to <%s>", PHPDBG_ISSUES); in phpdbg_welcome()
1535phpdbg_notice("Reading input from stdin; put '%s' followed by a newline on an own line after code … in main()

Completed in 30 milliseconds