Home
last modified time | relevance | path

Searched refs:phpdbg_writeln (Results 1 – 25 of 80) sorted by relevance

1234

/dports/lang/php81/php-8.1.1/sapi/phpdbg/
H A Dphpdbg_set.c50 phpdbg_writeln("Current prompt: %s", phpdbg_get_prompt()); in PHPDBG_SET()
61 phpdbg_writeln("Pagination %s", PHPDBG_G(flags) & PHPDBG_HAS_PAGINATION ? "on" : "off"); in PHPDBG_SET()
81 phpdbg_writeln("Lines "ZEND_ULONG_FMT, PHPDBG_G(lines)); in PHPDBG_SET()
107 phpdbg_writeln("Breakpoint #"ZEND_LONG_FMT" %s", param->num, brake->disabled ? "off" : "on"); in PHPDBG_SET()
124 phpdbg_writeln("Breakpoints %s",PHPDBG_G(flags) & PHPDBG_IS_BP_ENABLED ? "on" : "off"); in PHPDBG_SET()
181 phpdbg_writeln("Colors %s", PHPDBG_G(flags) & PHPDBG_IS_COLOURED ? "on" : "off"); in PHPDBG_SET()
202 phpdbg_writeln("Quietness %s", PHPDBG_G(flags) & PHPDBG_IS_QUIET ? "on" : "off"); in PHPDBG_SET()
221 phpdbg_writeln("Stepping %s", PHPDBG_G(flags) & PHPDBG_STEP_OPCODE ? "opcode" : "line"); in PHPDBG_SET()
242 phpdbg_writeln("Showing refcounts %s", PHPDBG_G(flags) & PHPDBG_IS_QUIET ? "on" : "off"); in PHPDBG_SET()
H A Dphpdbg_info.c73 phpdbg_writeln("File: %s", ZSTR_VAL(fname)); in PHPDBG_INFO()
86 phpdbg_writeln("Last error: %s at %s line %d", in PHPDBG_INFO()
125 phpdbg_writeln( \ in PHPDBG_INFO()
234 phpdbg_writeln( \ in phpdbg_print_symbols()
284 phpdbg_writeln("%p\tn/a\tn/a\t$%s", data, ZSTR_VAL(var)); in phpdbg_print_symbols()
363 phpdbg_writeln( "|-------> Used:\t%.3f kB", (float) (used / 1024)); in PHPDBG_INFO()
364 phpdbg_writeln("|-------> Real:\t%.3f kB", (float) (real / 1024)); in PHPDBG_INFO()
366 phpdbg_writeln("|-------> Used:\t%.3f kB", (float) (peak_used / 1024)); in PHPDBG_INFO()
367 phpdbg_writeln("|-------> Real:\t%.3f kB", (float) (peak_real / 1024)); in PHPDBG_INFO()
417 phpdbg_writeln("|---- no source code"); in PHPDBG_INFO()
[all …]
H A Dphpdbg_prompt.c733 phpdbg_writeln("%s", ZSTR_VAL(msg)); in phpdbg_handle_exception()
1092 phpdbg_writeln( "Readline yes"); in PHPDBG_COMMAND()
1094 phpdbg_writeln("Readline no"); in PHPDBG_COMMAND()
1097 phpdbg_writeln("Libedit yes"); in PHPDBG_COMMAND()
1099 phpdbg_writeln("Libedit no"); in PHPDBG_COMMAND()
1102 phpdbg_writeln("Readline unavailable"); in PHPDBG_COMMAND()
1106 phpdbg_writeln("Compiled %s", PHPDBG_G(ops) ? "yes" : "no"); in PHPDBG_COMMAND()
1111 phpdbg_writeln("Opcodes %d", PHPDBG_G(ops)->last); in PHPDBG_COMMAND()
1115 phpdbg_writeln("Executing %s", PHPDBG_G(in_execution) ? "yes" : "no"); in PHPDBG_COMMAND()
1117 phpdbg_writeln("VM Return %d", PHPDBG_G(vmret)); in PHPDBG_COMMAND()
[all …]
/dports/www/mod_php81/php-8.1.1/sapi/phpdbg/
H A Dphpdbg_set.c50 phpdbg_writeln("Current prompt: %s", phpdbg_get_prompt()); in PHPDBG_SET()
61 phpdbg_writeln("Pagination %s", PHPDBG_G(flags) & PHPDBG_HAS_PAGINATION ? "on" : "off"); in PHPDBG_SET()
81 phpdbg_writeln("Lines "ZEND_ULONG_FMT, PHPDBG_G(lines)); in PHPDBG_SET()
107 phpdbg_writeln("Breakpoint #"ZEND_LONG_FMT" %s", param->num, brake->disabled ? "off" : "on"); in PHPDBG_SET()
124 phpdbg_writeln("Breakpoints %s",PHPDBG_G(flags) & PHPDBG_IS_BP_ENABLED ? "on" : "off"); in PHPDBG_SET()
181 phpdbg_writeln("Colors %s", PHPDBG_G(flags) & PHPDBG_IS_COLOURED ? "on" : "off"); in PHPDBG_SET()
202 phpdbg_writeln("Quietness %s", PHPDBG_G(flags) & PHPDBG_IS_QUIET ? "on" : "off"); in PHPDBG_SET()
221 phpdbg_writeln("Stepping %s", PHPDBG_G(flags) & PHPDBG_STEP_OPCODE ? "opcode" : "line"); in PHPDBG_SET()
242 phpdbg_writeln("Showing refcounts %s", PHPDBG_G(flags) & PHPDBG_IS_QUIET ? "on" : "off"); in PHPDBG_SET()
H A Dphpdbg_info.c73 phpdbg_writeln("File: %s", ZSTR_VAL(fname)); in PHPDBG_INFO()
86 phpdbg_writeln("Last error: %s at %s line %d", in PHPDBG_INFO()
125 phpdbg_writeln( \ in PHPDBG_INFO()
234 phpdbg_writeln( \ in phpdbg_print_symbols()
284 phpdbg_writeln("%p\tn/a\tn/a\t$%s", data, ZSTR_VAL(var)); in phpdbg_print_symbols()
363 phpdbg_writeln( "|-------> Used:\t%.3f kB", (float) (used / 1024)); in PHPDBG_INFO()
364 phpdbg_writeln("|-------> Real:\t%.3f kB", (float) (real / 1024)); in PHPDBG_INFO()
366 phpdbg_writeln("|-------> Used:\t%.3f kB", (float) (peak_used / 1024)); in PHPDBG_INFO()
367 phpdbg_writeln("|-------> Real:\t%.3f kB", (float) (peak_real / 1024)); in PHPDBG_INFO()
417 phpdbg_writeln("|---- no source code"); in PHPDBG_INFO()
[all …]
H A Dphpdbg_prompt.c733 phpdbg_writeln("%s", ZSTR_VAL(msg)); in phpdbg_handle_exception()
1092 phpdbg_writeln( "Readline yes"); in PHPDBG_COMMAND()
1094 phpdbg_writeln("Readline no"); in PHPDBG_COMMAND()
1097 phpdbg_writeln("Libedit yes"); in PHPDBG_COMMAND()
1099 phpdbg_writeln("Libedit no"); in PHPDBG_COMMAND()
1102 phpdbg_writeln("Readline unavailable"); in PHPDBG_COMMAND()
1106 phpdbg_writeln("Compiled %s", PHPDBG_G(ops) ? "yes" : "no"); in PHPDBG_COMMAND()
1111 phpdbg_writeln("Opcodes %d", PHPDBG_G(ops)->last); in PHPDBG_COMMAND()
1115 phpdbg_writeln("Executing %s", PHPDBG_G(in_execution) ? "yes" : "no"); in PHPDBG_COMMAND()
1117 phpdbg_writeln("VM Return %d", PHPDBG_G(vmret)); in PHPDBG_COMMAND()
[all …]
/dports/www/mod_php80/php-8.0.15/sapi/phpdbg/
H A Dphpdbg_set.c51 phpdbg_writeln("setprompt", "str=\"%s\"", "Current prompt: %s", phpdbg_get_prompt()); in PHPDBG_SET()
62phpdbg_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()
108phpdbg_writeln("setbreak", "id=\"%ld\" active=\"%s\"", "Breakpoint #%ld %s", param->num, brake->di… in PHPDBG_SET()
125phpdbg_writeln("setbreaks", "active=\"%s\"", "Breakpoints %s",PHPDBG_G(flags) & PHPDBG_IS_BP_ENABL… in PHPDBG_SET()
182phpdbg_writeln("setcolors", "active=\"%s\"", "Colors %s", PHPDBG_G(flags) & PHPDBG_IS_COLOURED ? "… in PHPDBG_SET()
232phpdbg_writeln("setquiet", "active=\"%s\"", "Quietness %s", PHPDBG_G(flags) & PHPDBG_IS_QUIET ? "o… in PHPDBG_SET()
251phpdbg_writeln("setstepping", "type=\"%s\"", "Stepping %s", PHPDBG_G(flags) & PHPDBG_STEP_OPCODE ?… in PHPDBG_SET()
272phpdbg_writeln("setrefcount", "active=\"%s\"", "Showing refcounts %s", PHPDBG_G(flags) & PHPDBG_IS… in PHPDBG_SET()
H A Dphpdbg_info.c73 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()
284phpdbg_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()
453phpdbg_writeln("functionsource", "file=\"%s\" line=\"%d\"", " in %s on line %d", ZSTR_VAL(op_array… in PHPDBG_INFO()
[all …]
H A Dphpdbg_prompt.c737 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 Dphpdbg_print.c63phpdbg_writeln("printoplineinfo", "type=\"User\" startline=\"%d\" endline=\"%d\" method=\"%s::%s\"… in phpdbg_print_function_helper()
72phpdbg_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()
95phpdbg_writeln("printoplineinfo", "type=\"Internal\" method=\"%s::%s\"", "\tInternal %s::%s()", ZS… in phpdbg_print_function_helper()
97phpdbg_writeln("printoplineinfo", "type=\"Internal\" function=\"%s\"", "\tInternal %s()", ZSTR_VAL… in phpdbg_print_function_helper()
/dports/lang/php73/php-7.3.33/sapi/phpdbg/
H A Dphpdbg_set.c53 phpdbg_writeln("setprompt", "str=\"%s\"", "Current prompt: %s", phpdbg_get_prompt()); in PHPDBG_SET()
64phpdbg_writeln("setpagination", "active=\"%s\"", "Pagination %s", PHPDBG_G(flags) & PHPDBG_HAS_PAG… in PHPDBG_SET()
84 phpdbg_writeln("setlines", "active=\"%s\"", "Lines %ld", PHPDBG_G(lines)); in PHPDBG_SET()
110phpdbg_writeln("setbreak", "id=\"%ld\" active=\"%s\"", "Breakpoint #%ld %s", param->num, brake->di… in PHPDBG_SET()
127phpdbg_writeln("setbreaks", "active=\"%s\"", "Breakpoints %s",PHPDBG_G(flags) & PHPDBG_IS_BP_ENABL… in PHPDBG_SET()
184phpdbg_writeln("setcolors", "active=\"%s\"", "Colors %s", PHPDBG_G(flags) & PHPDBG_IS_COLOURED ? "… in PHPDBG_SET()
234phpdbg_writeln("setquiet", "active=\"%s\"", "Quietness %s", PHPDBG_G(flags) & PHPDBG_IS_QUIET ? "o… in PHPDBG_SET()
253phpdbg_writeln("setstepping", "type=\"%s\"", "Stepping %s", PHPDBG_G(flags) & PHPDBG_STEP_OPCODE ?… in PHPDBG_SET()
274phpdbg_writeln("setrefcount", "active=\"%s\"", "Showing refcounts %s", PHPDBG_G(flags) & PHPDBG_IS… in PHPDBG_SET()
H A Dphpdbg_info.c75 phpdbg_writeln("includedfile", "name=\"%s\"", "File: %s", ZSTR_VAL(fname)); in PHPDBG_INFO()
124 phpdbg_writeln("constant", \ in PHPDBG_INFO()
234 phpdbg_writeln("variable", \ in phpdbg_print_symbols()
286phpdbg_writeln("variable", "address=\"%p\" name=\"%s\"", "%p\tn/a\tn/a\t$%s", data, ZSTR_VAL(var)); in phpdbg_print_symbols()
365 phpdbg_writeln("used", "mem=\"%.3f\"", "|-------> Used:\t%.3f kB", (float) (used / 1024)); in PHPDBG_INFO()
366 phpdbg_writeln("real", "mem=\"%.3f\"", "|-------> Real:\t%.3f kB", (float) (real / 1024)); in PHPDBG_INFO()
368 phpdbg_writeln("used", "mem=\"%.3f\"", "|-------> Used:\t%.3f kB", (float) (peak_used / 1024)); in PHPDBG_INFO()
369 phpdbg_writeln("real", "mem=\"%.3f\"", "|-------> Real:\t%.3f kB", (float) (peak_real / 1024)); in PHPDBG_INFO()
421 phpdbg_writeln("classsource", "", "|---- no source code"); in PHPDBG_INFO()
455phpdbg_writeln("functionsource", "file=\"%s\" line=\"%d\"", " in %s on line %d", ZSTR_VAL(op_array… in PHPDBG_INFO()
[all …]
H A Dphpdbg_prompt.c793 phpdbg_writeln("exceptionmsg", "msg=\"%s\"", "%s", ZSTR_VAL(msg)); in phpdbg_handle_exception()
1163 phpdbg_writeln("info", "readline=\"yes\"", "Readline yes"); in PHPDBG_COMMAND()
1165 phpdbg_writeln("info", "readline=\"no\"", "Readline no"); in PHPDBG_COMMAND()
1168 phpdbg_writeln("info", "libedit=\"yes\"", "Libedit yes"); in PHPDBG_COMMAND()
1170 phpdbg_writeln("info", "libedit=\"no\"", "Libedit no"); in PHPDBG_COMMAND()
1173 phpdbg_writeln("info", "readline=\"unavailable\"", "Readline unavailable"); in PHPDBG_COMMAND()
1177 phpdbg_writeln("info", "compiled=\"%s\"", "Compiled %s", PHPDBG_G(ops) ? "yes" : "no"); in PHPDBG_COMMAND()
1180 phpdbg_writeln("info", "oplog=\"%s\"", "Oplog %s", PHPDBG_G(oplog) ? "on" : "off"); in PHPDBG_COMMAND()
1183 phpdbg_writeln("info", "ops=\"%d\"", "Opcodes %d", PHPDBG_G(ops)->last); in PHPDBG_COMMAND()
1187 phpdbg_writeln("info", "executing=\"%d\"", "Executing %s", PHPDBG_G(in_execution) ? "yes" : "no"); in PHPDBG_COMMAND()
[all …]
/dports/lang/php74/php-7.4.27/sapi/phpdbg/
H A Dphpdbg_set.c53 phpdbg_writeln("setprompt", "str=\"%s\"", "Current prompt: %s", phpdbg_get_prompt()); in PHPDBG_SET()
64phpdbg_writeln("setpagination", "active=\"%s\"", "Pagination %s", PHPDBG_G(flags) & PHPDBG_HAS_PAG… in PHPDBG_SET()
84 phpdbg_writeln("setlines", "active=\"%s\"", "Lines %ld", PHPDBG_G(lines)); in PHPDBG_SET()
110phpdbg_writeln("setbreak", "id=\"%ld\" active=\"%s\"", "Breakpoint #%ld %s", param->num, brake->di… in PHPDBG_SET()
127phpdbg_writeln("setbreaks", "active=\"%s\"", "Breakpoints %s",PHPDBG_G(flags) & PHPDBG_IS_BP_ENABL… in PHPDBG_SET()
184phpdbg_writeln("setcolors", "active=\"%s\"", "Colors %s", PHPDBG_G(flags) & PHPDBG_IS_COLOURED ? "… in PHPDBG_SET()
234phpdbg_writeln("setquiet", "active=\"%s\"", "Quietness %s", PHPDBG_G(flags) & PHPDBG_IS_QUIET ? "o… in PHPDBG_SET()
253phpdbg_writeln("setstepping", "type=\"%s\"", "Stepping %s", PHPDBG_G(flags) & PHPDBG_STEP_OPCODE ?… in PHPDBG_SET()
274phpdbg_writeln("setrefcount", "active=\"%s\"", "Showing refcounts %s", PHPDBG_G(flags) & PHPDBG_IS… in PHPDBG_SET()
H A Dphpdbg_info.c75 phpdbg_writeln("includedfile", "name=\"%s\"", "File: %s", ZSTR_VAL(fname)); in PHPDBG_INFO()
124 phpdbg_writeln("constant", \ in PHPDBG_INFO()
234 phpdbg_writeln("variable", \ in phpdbg_print_symbols()
286phpdbg_writeln("variable", "address=\"%p\" name=\"%s\"", "%p\tn/a\tn/a\t$%s", data, ZSTR_VAL(var)); in phpdbg_print_symbols()
365 phpdbg_writeln("used", "mem=\"%.3f\"", "|-------> Used:\t%.3f kB", (float) (used / 1024)); in PHPDBG_INFO()
366 phpdbg_writeln("real", "mem=\"%.3f\"", "|-------> Real:\t%.3f kB", (float) (real / 1024)); in PHPDBG_INFO()
368 phpdbg_writeln("used", "mem=\"%.3f\"", "|-------> Used:\t%.3f kB", (float) (peak_used / 1024)); in PHPDBG_INFO()
369 phpdbg_writeln("real", "mem=\"%.3f\"", "|-------> Real:\t%.3f kB", (float) (peak_real / 1024)); in PHPDBG_INFO()
421 phpdbg_writeln("classsource", "", "|---- no source code"); in PHPDBG_INFO()
455phpdbg_writeln("functionsource", "file=\"%s\" line=\"%d\"", " in %s on line %d", ZSTR_VAL(op_array… in PHPDBG_INFO()
[all …]
H A Dphpdbg_prompt.c746 phpdbg_writeln("exceptionmsg", "msg=\"%s\"", "%s", ZSTR_VAL(msg)); in phpdbg_handle_exception()
1117 phpdbg_writeln("info", "readline=\"yes\"", "Readline yes"); in PHPDBG_COMMAND()
1119 phpdbg_writeln("info", "readline=\"no\"", "Readline no"); in PHPDBG_COMMAND()
1122 phpdbg_writeln("info", "libedit=\"yes\"", "Libedit yes"); in PHPDBG_COMMAND()
1124 phpdbg_writeln("info", "libedit=\"no\"", "Libedit no"); in PHPDBG_COMMAND()
1127 phpdbg_writeln("info", "readline=\"unavailable\"", "Readline unavailable"); in PHPDBG_COMMAND()
1131 phpdbg_writeln("info", "compiled=\"%s\"", "Compiled %s", PHPDBG_G(ops) ? "yes" : "no"); in PHPDBG_COMMAND()
1134 phpdbg_writeln("info", "oplog=\"%s\"", "Oplog %s", PHPDBG_G(oplog) ? "on" : "off"); in PHPDBG_COMMAND()
1137 phpdbg_writeln("info", "ops=\"%d\"", "Opcodes %d", PHPDBG_G(ops)->last); in PHPDBG_COMMAND()
1141 phpdbg_writeln("info", "executing=\"%d\"", "Executing %s", PHPDBG_G(in_execution) ? "yes" : "no"); in PHPDBG_COMMAND()
[all …]
/dports/lang/php80/php-8.0.15/sapi/phpdbg/
H A Dphpdbg_set.c51 phpdbg_writeln("setprompt", "str=\"%s\"", "Current prompt: %s", phpdbg_get_prompt()); in PHPDBG_SET()
62phpdbg_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()
108phpdbg_writeln("setbreak", "id=\"%ld\" active=\"%s\"", "Breakpoint #%ld %s", param->num, brake->di… in PHPDBG_SET()
125phpdbg_writeln("setbreaks", "active=\"%s\"", "Breakpoints %s",PHPDBG_G(flags) & PHPDBG_IS_BP_ENABL… in PHPDBG_SET()
182phpdbg_writeln("setcolors", "active=\"%s\"", "Colors %s", PHPDBG_G(flags) & PHPDBG_IS_COLOURED ? "… in PHPDBG_SET()
232phpdbg_writeln("setquiet", "active=\"%s\"", "Quietness %s", PHPDBG_G(flags) & PHPDBG_IS_QUIET ? "o… in PHPDBG_SET()
251phpdbg_writeln("setstepping", "type=\"%s\"", "Stepping %s", PHPDBG_G(flags) & PHPDBG_STEP_OPCODE ?… in PHPDBG_SET()
272phpdbg_writeln("setrefcount", "active=\"%s\"", "Showing refcounts %s", PHPDBG_G(flags) & PHPDBG_IS… in PHPDBG_SET()
H A Dphpdbg_info.c73 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()
284phpdbg_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()
453phpdbg_writeln("functionsource", "file=\"%s\" line=\"%d\"", " in %s on line %d", ZSTR_VAL(op_array… in PHPDBG_INFO()
[all …]
H A Dphpdbg_prompt.c737 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 …]
/dports/www/mod_php73/php-7.3.33/sapi/phpdbg/
H A Dphpdbg_set.c53 phpdbg_writeln("setprompt", "str=\"%s\"", "Current prompt: %s", phpdbg_get_prompt()); in PHPDBG_SET()
64phpdbg_writeln("setpagination", "active=\"%s\"", "Pagination %s", PHPDBG_G(flags) & PHPDBG_HAS_PAG… in PHPDBG_SET()
84 phpdbg_writeln("setlines", "active=\"%s\"", "Lines %ld", PHPDBG_G(lines)); in PHPDBG_SET()
110phpdbg_writeln("setbreak", "id=\"%ld\" active=\"%s\"", "Breakpoint #%ld %s", param->num, brake->di… in PHPDBG_SET()
127phpdbg_writeln("setbreaks", "active=\"%s\"", "Breakpoints %s",PHPDBG_G(flags) & PHPDBG_IS_BP_ENABL… in PHPDBG_SET()
184phpdbg_writeln("setcolors", "active=\"%s\"", "Colors %s", PHPDBG_G(flags) & PHPDBG_IS_COLOURED ? "… in PHPDBG_SET()
234phpdbg_writeln("setquiet", "active=\"%s\"", "Quietness %s", PHPDBG_G(flags) & PHPDBG_IS_QUIET ? "o… in PHPDBG_SET()
253phpdbg_writeln("setstepping", "type=\"%s\"", "Stepping %s", PHPDBG_G(flags) & PHPDBG_STEP_OPCODE ?… in PHPDBG_SET()
274phpdbg_writeln("setrefcount", "active=\"%s\"", "Showing refcounts %s", PHPDBG_G(flags) & PHPDBG_IS… in PHPDBG_SET()
H A Dphpdbg_info.c75 phpdbg_writeln("includedfile", "name=\"%s\"", "File: %s", ZSTR_VAL(fname)); in PHPDBG_INFO()
124 phpdbg_writeln("constant", \ in PHPDBG_INFO()
234 phpdbg_writeln("variable", \ in phpdbg_print_symbols()
286phpdbg_writeln("variable", "address=\"%p\" name=\"%s\"", "%p\tn/a\tn/a\t$%s", data, ZSTR_VAL(var)); in phpdbg_print_symbols()
365 phpdbg_writeln("used", "mem=\"%.3f\"", "|-------> Used:\t%.3f kB", (float) (used / 1024)); in PHPDBG_INFO()
366 phpdbg_writeln("real", "mem=\"%.3f\"", "|-------> Real:\t%.3f kB", (float) (real / 1024)); in PHPDBG_INFO()
368 phpdbg_writeln("used", "mem=\"%.3f\"", "|-------> Used:\t%.3f kB", (float) (peak_used / 1024)); in PHPDBG_INFO()
369 phpdbg_writeln("real", "mem=\"%.3f\"", "|-------> Real:\t%.3f kB", (float) (peak_real / 1024)); in PHPDBG_INFO()
421 phpdbg_writeln("classsource", "", "|---- no source code"); in PHPDBG_INFO()
455phpdbg_writeln("functionsource", "file=\"%s\" line=\"%d\"", " in %s on line %d", ZSTR_VAL(op_array… in PHPDBG_INFO()
[all …]
H A Dphpdbg_prompt.c793 phpdbg_writeln("exceptionmsg", "msg=\"%s\"", "%s", ZSTR_VAL(msg)); in phpdbg_handle_exception()
1163 phpdbg_writeln("info", "readline=\"yes\"", "Readline yes"); in PHPDBG_COMMAND()
1165 phpdbg_writeln("info", "readline=\"no\"", "Readline no"); in PHPDBG_COMMAND()
1168 phpdbg_writeln("info", "libedit=\"yes\"", "Libedit yes"); in PHPDBG_COMMAND()
1170 phpdbg_writeln("info", "libedit=\"no\"", "Libedit no"); in PHPDBG_COMMAND()
1173 phpdbg_writeln("info", "readline=\"unavailable\"", "Readline unavailable"); in PHPDBG_COMMAND()
1177 phpdbg_writeln("info", "compiled=\"%s\"", "Compiled %s", PHPDBG_G(ops) ? "yes" : "no"); in PHPDBG_COMMAND()
1180 phpdbg_writeln("info", "oplog=\"%s\"", "Oplog %s", PHPDBG_G(oplog) ? "on" : "off"); in PHPDBG_COMMAND()
1183 phpdbg_writeln("info", "ops=\"%d\"", "Opcodes %d", PHPDBG_G(ops)->last); in PHPDBG_COMMAND()
1187 phpdbg_writeln("info", "executing=\"%d\"", "Executing %s", PHPDBG_G(in_execution) ? "yes" : "no"); in PHPDBG_COMMAND()
[all …]
/dports/www/mod_php74/php-7.4.27/sapi/phpdbg/
H A Dphpdbg_set.c53 phpdbg_writeln("setprompt", "str=\"%s\"", "Current prompt: %s", phpdbg_get_prompt()); in PHPDBG_SET()
64phpdbg_writeln("setpagination", "active=\"%s\"", "Pagination %s", PHPDBG_G(flags) & PHPDBG_HAS_PAG… in PHPDBG_SET()
84 phpdbg_writeln("setlines", "active=\"%s\"", "Lines %ld", PHPDBG_G(lines)); in PHPDBG_SET()
110phpdbg_writeln("setbreak", "id=\"%ld\" active=\"%s\"", "Breakpoint #%ld %s", param->num, brake->di… in PHPDBG_SET()
127phpdbg_writeln("setbreaks", "active=\"%s\"", "Breakpoints %s",PHPDBG_G(flags) & PHPDBG_IS_BP_ENABL… in PHPDBG_SET()
184phpdbg_writeln("setcolors", "active=\"%s\"", "Colors %s", PHPDBG_G(flags) & PHPDBG_IS_COLOURED ? "… in PHPDBG_SET()
234phpdbg_writeln("setquiet", "active=\"%s\"", "Quietness %s", PHPDBG_G(flags) & PHPDBG_IS_QUIET ? "o… in PHPDBG_SET()
253phpdbg_writeln("setstepping", "type=\"%s\"", "Stepping %s", PHPDBG_G(flags) & PHPDBG_STEP_OPCODE ?… in PHPDBG_SET()
274phpdbg_writeln("setrefcount", "active=\"%s\"", "Showing refcounts %s", PHPDBG_G(flags) & PHPDBG_IS… in PHPDBG_SET()
H A Dphpdbg_info.c75 phpdbg_writeln("includedfile", "name=\"%s\"", "File: %s", ZSTR_VAL(fname)); in PHPDBG_INFO()
124 phpdbg_writeln("constant", \ in PHPDBG_INFO()
234 phpdbg_writeln("variable", \ in phpdbg_print_symbols()
286phpdbg_writeln("variable", "address=\"%p\" name=\"%s\"", "%p\tn/a\tn/a\t$%s", data, ZSTR_VAL(var)); in phpdbg_print_symbols()
365 phpdbg_writeln("used", "mem=\"%.3f\"", "|-------> Used:\t%.3f kB", (float) (used / 1024)); in PHPDBG_INFO()
366 phpdbg_writeln("real", "mem=\"%.3f\"", "|-------> Real:\t%.3f kB", (float) (real / 1024)); in PHPDBG_INFO()
368 phpdbg_writeln("used", "mem=\"%.3f\"", "|-------> Used:\t%.3f kB", (float) (peak_used / 1024)); in PHPDBG_INFO()
369 phpdbg_writeln("real", "mem=\"%.3f\"", "|-------> Real:\t%.3f kB", (float) (peak_real / 1024)); in PHPDBG_INFO()
421 phpdbg_writeln("classsource", "", "|---- no source code"); in PHPDBG_INFO()
455phpdbg_writeln("functionsource", "file=\"%s\" line=\"%d\"", " in %s on line %d", ZSTR_VAL(op_array… in PHPDBG_INFO()
[all …]
H A Dphpdbg_prompt.c746 phpdbg_writeln("exceptionmsg", "msg=\"%s\"", "%s", ZSTR_VAL(msg)); in phpdbg_handle_exception()
1117 phpdbg_writeln("info", "readline=\"yes\"", "Readline yes"); in PHPDBG_COMMAND()
1119 phpdbg_writeln("info", "readline=\"no\"", "Readline no"); in PHPDBG_COMMAND()
1122 phpdbg_writeln("info", "libedit=\"yes\"", "Libedit yes"); in PHPDBG_COMMAND()
1124 phpdbg_writeln("info", "libedit=\"no\"", "Libedit no"); in PHPDBG_COMMAND()
1127 phpdbg_writeln("info", "readline=\"unavailable\"", "Readline unavailable"); in PHPDBG_COMMAND()
1131 phpdbg_writeln("info", "compiled=\"%s\"", "Compiled %s", PHPDBG_G(ops) ? "yes" : "no"); in PHPDBG_COMMAND()
1134 phpdbg_writeln("info", "oplog=\"%s\"", "Oplog %s", PHPDBG_G(oplog) ? "on" : "off"); in PHPDBG_COMMAND()
1137 phpdbg_writeln("info", "ops=\"%d\"", "Opcodes %d", PHPDBG_G(ops)->last); in PHPDBG_COMMAND()
1141 phpdbg_writeln("info", "executing=\"%d\"", "Executing %s", PHPDBG_G(in_execution) ? "yes" : "no"); in PHPDBG_COMMAND()
[all …]

1234