/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_set.c | 51 phpdbg_writeln("setprompt", "str=\"%s\"", "Current prompt: %s", phpdbg_get_prompt()); in PHPDBG_SET() 62 …phpdbg_writeln("setpagination", "active=\"%s\"", "Pagination %s", PHPDBG_G(flags) & PHPDBG_HAS_PAG… in PHPDBG_SET() 82 phpdbg_writeln("setlines", "active=\"%s\"", "Lines %ld", PHPDBG_G(lines)); in PHPDBG_SET() 108 …phpdbg_writeln("setbreak", "id=\"%ld\" active=\"%s\"", "Breakpoint #%ld %s", param->num, brake->di… in PHPDBG_SET() 125 …phpdbg_writeln("setbreaks", "active=\"%s\"", "Breakpoints %s",PHPDBG_G(flags) & PHPDBG_IS_BP_ENABL… in PHPDBG_SET() 182 …phpdbg_writeln("setcolors", "active=\"%s\"", "Colors %s", PHPDBG_G(flags) & PHPDBG_IS_COLOURED ? "… in PHPDBG_SET() 232 …phpdbg_writeln("setquiet", "active=\"%s\"", "Quietness %s", PHPDBG_G(flags) & PHPDBG_IS_QUIET ? "o… in PHPDBG_SET() 251 …phpdbg_writeln("setstepping", "type=\"%s\"", "Stepping %s", PHPDBG_G(flags) & PHPDBG_STEP_OPCODE ?… in PHPDBG_SET() 272 …phpdbg_writeln("setrefcount", "active=\"%s\"", "Showing refcounts %s", PHPDBG_G(flags) & PHPDBG_IS… in PHPDBG_SET()
|
H A D | phpdbg_info.c | 73 phpdbg_writeln("includedfile", "name=\"%s\"", "File: %s", ZSTR_VAL(fname)); in PHPDBG_INFO() 122 phpdbg_writeln("constant", \ in PHPDBG_INFO() 232 phpdbg_writeln("variable", \ in phpdbg_print_symbols() 284 …phpdbg_writeln("variable", "address=\"%p\" name=\"%s\"", "%p\tn/a\tn/a\t$%s", data, ZSTR_VAL(var)); in phpdbg_print_symbols() 363 phpdbg_writeln("used", "mem=\"%.3f\"", "|-------> Used:\t%.3f kB", (float) (used / 1024)); in PHPDBG_INFO() 364 phpdbg_writeln("real", "mem=\"%.3f\"", "|-------> Real:\t%.3f kB", (float) (real / 1024)); in PHPDBG_INFO() 366 phpdbg_writeln("used", "mem=\"%.3f\"", "|-------> Used:\t%.3f kB", (float) (peak_used / 1024)); in PHPDBG_INFO() 367 phpdbg_writeln("real", "mem=\"%.3f\"", "|-------> Real:\t%.3f kB", (float) (peak_real / 1024)); in PHPDBG_INFO() 419 phpdbg_writeln("classsource", "", "|---- no source code"); in PHPDBG_INFO() 453 …phpdbg_writeln("functionsource", "file=\"%s\" line=\"%d\"", " in %s on line %d", ZSTR_VAL(op_array… in PHPDBG_INFO() [all …]
|
H A D | phpdbg_prompt.c | 737 phpdbg_writeln("exceptionmsg", "msg=\"%s\"", "%s", ZSTR_VAL(msg)); in phpdbg_handle_exception() 1108 phpdbg_writeln("info", "readline=\"yes\"", "Readline yes"); in PHPDBG_COMMAND() 1110 phpdbg_writeln("info", "readline=\"no\"", "Readline no"); in PHPDBG_COMMAND() 1113 phpdbg_writeln("info", "libedit=\"yes\"", "Libedit yes"); in PHPDBG_COMMAND() 1115 phpdbg_writeln("info", "libedit=\"no\"", "Libedit no"); in PHPDBG_COMMAND() 1118 phpdbg_writeln("info", "readline=\"unavailable\"", "Readline unavailable"); in PHPDBG_COMMAND() 1122 phpdbg_writeln("info", "compiled=\"%s\"", "Compiled %s", PHPDBG_G(ops) ? "yes" : "no"); in PHPDBG_COMMAND() 1125 phpdbg_writeln("info", "oplog=\"%s\"", "Oplog %s", PHPDBG_G(oplog) ? "on" : "off"); in PHPDBG_COMMAND() 1128 phpdbg_writeln("info", "ops=\"%d\"", "Opcodes %d", PHPDBG_G(ops)->last); in PHPDBG_COMMAND() 1132 phpdbg_writeln("info", "executing=\"%d\"", "Executing %s", PHPDBG_G(in_execution) ? "yes" : "no"); in PHPDBG_COMMAND() [all …]
|
H A D | phpdbg_print.c | 63 …phpdbg_writeln("printoplineinfo", "type=\"User\" startline=\"%d\" endline=\"%d\" method=\"%s::%s\"… in phpdbg_print_function_helper() 72 …phpdbg_writeln("printoplineinfo", "type=\"User\" startline=\"%d\" endline=\"%d\" function=\"%s\" f… in phpdbg_print_function_helper() 83 phpdbg_writeln("print", "line=\"%u\" opnum=\"%u\" op=\"%s\"", " L%-4u #%-5u %s", in phpdbg_print_function_helper() 95 …phpdbg_writeln("printoplineinfo", "type=\"Internal\" method=\"%s::%s\"", "\tInternal %s::%s()", ZS… in phpdbg_print_function_helper() 97 …phpdbg_writeln("printoplineinfo", "type=\"Internal\" function=\"%s\"", "\tInternal %s()", ZSTR_VAL… in phpdbg_print_function_helper()
|
H A D | phpdbg_bp.c | 1456 phpdbg_writeln("function", "id=\"%d\" name=\"%s\" disabled=\"%s\"", "#%d\t\t%s%s", in phpdbg_print_breakpoints() 1471 phpdbg_writeln("method", "id=\"%d\" name=\"%s::%s\" disabled=\"%s\"", "#%d\t\t%s::%s%s", in phpdbg_print_breakpoints() 1487 phpdbg_writeln("file", "id=\"%d\" name=\"%s\" line=\"%lu\" disabled=\"%s\"", "#%d\t\t%s:%lu%s", in phpdbg_print_breakpoints() 1501 …phpdbg_writeln("file", "id=\"%d\" name=\"%s\" line=\"%lu\" disabled=\"%s\" pending=\"pending\"", "… in phpdbg_print_breakpoints() 1540 phpdbg_writeln("opline", "id=\"%d\" num=\"%#lx\" disabled=\"%s\"", "#%d\t\t%#lx%s", in phpdbg_print_breakpoints() 1575 …phpdbg_writeln("functionopline", "id=\"%d\" name=\"%s\" num=\"%ld\" disabled=\"%s\"", "#%d\t\t%s o… in phpdbg_print_breakpoints() 1591 …phpdbg_writeln("fileopline", "id=\"%d\" name=\"%s\" num=\"%ld\" disabled=\"%s\"", "#%d\t\t%s oplin… in phpdbg_print_breakpoints() 1607 …phpdbg_writeln("evalfunction", "id=\"%d\" name=\"%s\" eval=\"%s\" disabled=\"%s\"", "#%d\t\tat %s … in phpdbg_print_breakpoints() 1637 …phpdbg_writeln("evalopline", "id=\"%d\" opline=\"%#lx\" eval=\"%s\" disabled=\"%s\"", "#%d\t\tat #… in phpdbg_print_breakpoints() 1647 phpdbg_writeln("eval", "id=\"%d\" eval=\"%s\" disabled=\"%s\"", "#%d\t\tif %s%s", in phpdbg_print_breakpoints() [all …]
|
H A D | phpdbg_help.c | 286 phpdbg_writeln("help", "", "Below are the aliased, short versions of all supported commands"); in PHPDBG_HELP() 290 …phpdbg_writeln("command", "alias=\"%c\" name=\"%s\" tip=\"%s\"", " %c %-20s %s", c->alias, c-… in PHPDBG_HELP() 295 …phpdbg_writeln("subcommand", "parent_alias=\"%c\" alias=\"%c\" parent=\"%s\" name=\"%-*s\" tip=\"%… in PHPDBG_HELP() 307 …phpdbg_writeln("aliasinfo", "alias=\"%c\" name=\"%s\" tip=\"%s\"", " %c %-20s %s\n", c->alias… in PHPDBG_HELP() 314 …phpdbg_writeln("alias", "parent_alias=\"%c\" alias=\"%c\" parent=\"%s\" name=\"%-*s\" tip=\"%s\"",… in PHPDBG_HELP()
|
H A D | phpdbg_out.h | 50 #define phpdbg_writeln(tag, xmlfmt, strfmt, ...) phpdbg_print(P_WRITELN, PHPDBG_G(io)[PH… macro
|
H A D | phpdbg_watch.c | 162 …phpdbg_writeln("watchvalue", "type=\"old\" inaccessible=\"inaccessible\"", "Old value inaccessible… in phpdbg_print_watch_diff() 164 …phpdbg_writeln("watchvalue", "type=\"old\" inaccessible=\"inaccessible\"", "Old value inaccessible… in phpdbg_print_watch_diff() 187 …phpdbg_writeln("watchsize", "removed=\"%d\"", "%d elements were removed from the array", (int) ele… in phpdbg_print_watch_diff() 189 …phpdbg_writeln("watchsize", "added=\"%d\"", "%d elements were added to the array", (int) -elementD… in phpdbg_print_watch_diff() 194 …phpdbg_writeln("watchrefcount", "type=\"old\" refcount=\"%d\"", "Old refcount: %d", GC_REFCOUNT((z… in phpdbg_print_watch_diff() 195 …phpdbg_writeln("watchrefcount", "type=\"new\" refcount=\"%d\"", "New refcount: %d", GC_REFCOUNT((z… in phpdbg_print_watch_diff() 1181 …phpdbg_writeln("watchvariable", "variable=\"%.*s\" on=\"%s\" type=\"%s\"", "%.*s (%s, %s)", (int) …
|
H A D | phpdbg_frame.c | 313 …phpdbg_writeln("frame", "id=\"%d\" symbol=\"{main}\" file=\"%s\" line=\"%d\"", "frame #%d: {main} … in phpdbg_dump_backtrace()
|
H A D | phpdbg.c | 1065 …phpdbg_writeln("intro", "help=\"help\"", "To get help using phpdbg type \"help\" and press enter"); in phpdbg_welcome()
|