phpdbg_writeln   1077 sapi/phpdbg/phpdbg.c 		phpdbg_writeln("intro", "help=\"help\"", "To get help using phpdbg type \"help\" and press enter");
phpdbg_writeln   1416 sapi/phpdbg/phpdbg_bp.c 				phpdbg_writeln("function", "id=\"%d\" name=\"%s\" disabled=\"%s\"", "#%d\t\t%s%s",
phpdbg_writeln   1431 sapi/phpdbg/phpdbg_bp.c 					phpdbg_writeln("method", "id=\"%d\" name=\"%s::%s\" disabled=\"%s\"", "#%d\t\t%s::%s%s",
phpdbg_writeln   1447 sapi/phpdbg/phpdbg_bp.c 					phpdbg_writeln("file", "id=\"%d\" name=\"%s\" line=\"%lu\" disabled=\"%s\"", "#%d\t\t%s:%lu%s",
phpdbg_writeln   1461 sapi/phpdbg/phpdbg_bp.c 					phpdbg_writeln("file", "id=\"%d\" name=\"%s\" line=\"%lu\" disabled=\"%s\" pending=\"pending\"", "#%d\t\t%s:%lu%s",
phpdbg_writeln   1494 sapi/phpdbg/phpdbg_bp.c 						phpdbg_writeln("opline", "id=\"%d\" num=\"%#lx\" type=\"%s\" disabled=\"%s\"", "#%d\t\t%#lx\t\t(%s breakpoint)%s",
phpdbg_writeln   1500 sapi/phpdbg/phpdbg_bp.c 						phpdbg_writeln("opline", "id=\"%d\" num=\"%#lx\" disabled=\"%s\"", "#%d\t\t%#lx%s",
phpdbg_writeln   1518 sapi/phpdbg/phpdbg_bp.c 						phpdbg_writeln("methodopline", "id=\"%d\" name=\"%s::%s\" num=\"%ld\" disabled=\"%s\"", "#%d\t\t%s::%s opline %ld%s",
phpdbg_writeln   1535 sapi/phpdbg/phpdbg_bp.c 					phpdbg_writeln("functionopline", "id=\"%d\" name=\"%s\" num=\"%ld\" disabled=\"%s\"", "#%d\t\t%s opline %ld%s",
phpdbg_writeln   1551 sapi/phpdbg/phpdbg_bp.c 					phpdbg_writeln("fileopline", "id=\"%d\" name=\"%s\" num=\"%ld\" disabled=\"%s\"", "#%d\t\t%s opline %ld%s",
phpdbg_writeln   1567 sapi/phpdbg/phpdbg_bp.c 							phpdbg_writeln("evalfunction", "id=\"%d\" name=\"%s\" eval=\"%s\" disabled=\"%s\"", "#%d\t\tat %s if %s%s",
phpdbg_writeln   1573 sapi/phpdbg/phpdbg_bp.c 							phpdbg_writeln("evalfunctionopline", "id=\"%d\" name=\"%s\" num=\"%ld\" eval=\"%s\" disabled=\"%s\"", "#%d\t\tat %s#%ld if %s%s",
phpdbg_writeln   1579 sapi/phpdbg/phpdbg_bp.c 							phpdbg_writeln("evalmethod", "id=\"%d\" name=\"%s::%s\" eval=\"%s\" disabled=\"%s\"", "#%d\t\tat %s::%s if %s%s",
phpdbg_writeln   1585 sapi/phpdbg/phpdbg_bp.c 							phpdbg_writeln("evalmethodopline", "id=\"%d\" name=\"%s::%s\" num=\"%d\" eval=\"%s\" disabled=\"%s\"", "#%d\t\tat %s::%s#%ld if %s%s",
phpdbg_writeln   1591 sapi/phpdbg/phpdbg_bp.c 							phpdbg_writeln("evalfile", "id=\"%d\" name=\"%s\" line=\"%d\" eval=\"%s\" disabled=\"%s\"", "#%d\t\tat %s:%lu if %s%s",
phpdbg_writeln   1597 sapi/phpdbg/phpdbg_bp.c 							phpdbg_writeln("evalopline", "id=\"%d\" opline=\"%#lx\" eval=\"%s\" disabled=\"%s\"", "#%d\t\tat #%lx if %s%s",
phpdbg_writeln   1607 sapi/phpdbg/phpdbg_bp.c 					phpdbg_writeln("eval", "id=\"%d\" eval=\"%s\" disabled=\"%s\"", "#%d\t\tif %s%s",
phpdbg_writeln   1620 sapi/phpdbg/phpdbg_bp.c 				phpdbg_writeln("opcode", "id=\"%d\" name=\"%s\" disabled=\"%s\"", "#%d\t\t%s%s",
phpdbg_writeln    237 sapi/phpdbg/phpdbg_frame.c 	phpdbg_writeln("frame", "id=\"%d\" symbol=\"{main}\" file=\"%s\" line=\"%d\"", "frame #%d: {main} at %s:%ld", i, Z_STRVAL_P(file), Z_LVAL_P(line));
phpdbg_writeln    268 sapi/phpdbg/phpdbg_help.c 	phpdbg_writeln("help", "", "Below are the aliased, short versions of all supported commands");
phpdbg_writeln    272 sapi/phpdbg/phpdbg_help.c 			phpdbg_writeln("command", "alias=\"%c\" name=\"%s\" tip=\"%s\"", " %c     %-20s  %s", c->alias, c->name, c->tip);
phpdbg_writeln    277 sapi/phpdbg/phpdbg_help.c 						phpdbg_writeln("subcommand", "parent_alias=\"%c\" alias=\"%c\" parent=\"%s\" name=\"%-*s\" tip=\"%s\"", " %c %c   %s %-*s  %s",
phpdbg_writeln    289 sapi/phpdbg/phpdbg_help.c 	phpdbg_writeln("aliasinfo", "alias=\"%c\" name=\"%s\" tip=\"%s\"", " %c     %-20s  %s\n", c->alias, c->name, c->tip);
phpdbg_writeln    296 sapi/phpdbg/phpdbg_help.c 			phpdbg_writeln("alias", "parent_alias=\"%c\" alias=\"%c\" parent=\"%s\" name=\"%-*s\" tip=\"%s\"", " %c %c   %s %-*s  %s",
phpdbg_writeln     75 sapi/phpdbg/phpdbg_info.c 			phpdbg_writeln("includedfile", "name=\"%s\"", "File: %s", ZSTR_VAL(fname));
phpdbg_writeln     88 sapi/phpdbg/phpdbg_info.c 			phpdbg_writeln("lasterror", "error=\"%s\" file=\"%s\" line=\"%d\"", "Last error: %s at %s line %d", PG(last_error_message), PG(last_error_file), PG(last_error_lineno));
phpdbg_writeln    124 sapi/phpdbg/phpdbg_info.c 	phpdbg_writeln("constant", \
phpdbg_writeln    234 sapi/phpdbg/phpdbg_info.c 	phpdbg_writeln("variable", \
phpdbg_writeln    286 sapi/phpdbg/phpdbg_info.c 				phpdbg_writeln("variable", "address=\"%p\" name=\"%s\"", "%p\tn/a\tn/a\t$%s", data, ZSTR_VAL(var));
phpdbg_writeln    365 sapi/phpdbg/phpdbg_info.c 		phpdbg_writeln("used", "mem=\"%.3f\"", "|-------> Used:\t%.3f kB", (float) (used / 1024));
phpdbg_writeln    366 sapi/phpdbg/phpdbg_info.c 		phpdbg_writeln("real", "mem=\"%.3f\"", "|-------> Real:\t%.3f kB", (float) (real / 1024));
phpdbg_writeln    368 sapi/phpdbg/phpdbg_info.c 		phpdbg_writeln("used", "mem=\"%.3f\"", "|-------> Used:\t%.3f kB", (float) (peak_used / 1024));
phpdbg_writeln    369 sapi/phpdbg/phpdbg_info.c 		phpdbg_writeln("real", "mem=\"%.3f\"", "|-------> Real:\t%.3f kB", (float) (peak_real / 1024));
phpdbg_writeln    381 sapi/phpdbg/phpdbg_info.c 	phpdbg_writeln("class", "type=\"%s\" flags=\"%s\" name=\"%.*s\" methodcount=\"%d\"", "%s %s %.*s (%d)", visibility, type, (int) ZSTR_LEN(ce->name), ZSTR_VAL(ce->name), zend_hash_num_elements(&ce->function_table));
phpdbg_writeln    419 sapi/phpdbg/phpdbg_info.c 			phpdbg_writeln("classsource", "file=\"%s\" line=\"%u\"", "|---- in %s on line %u", ZSTR_VAL(ce->info.user.filename), ce->info.user.line_start);
phpdbg_writeln    421 sapi/phpdbg/phpdbg_info.c 			phpdbg_writeln("classsource", "", "|---- no source code");
phpdbg_writeln    455 sapi/phpdbg/phpdbg_info.c 			phpdbg_writeln("functionsource", "file=\"%s\" line=\"%d\"", " in %s on line %d", ZSTR_VAL(op_array->filename), op_array->line_start);
phpdbg_writeln    457 sapi/phpdbg/phpdbg_info.c 			phpdbg_writeln("functionsource", "", " (no source code)");
phpdbg_writeln     65 sapi/phpdbg/phpdbg_print.c 					phpdbg_writeln("printoplineinfo", "type=\"User\" startline=\"%d\" endline=\"%d\" method=\"%s::%s\" file=\"%s\" opline=\"%p\"", "L%d-%d %s::%s() %s - %p + %d ops",
phpdbg_writeln     74 sapi/phpdbg/phpdbg_print.c 					phpdbg_writeln("printoplineinfo", "type=\"User\" startline=\"%d\" endline=\"%d\" function=\"%s\" file=\"%s\" opline=\"%p\"", "L%d-%d %s() %s - %p + %d ops",
phpdbg_writeln     85 sapi/phpdbg/phpdbg_print.c 					phpdbg_writeln("print", "line=\"%u\" opnum=\"%u\" op=\"%s\"", " L%-4u #%-5u %s",
phpdbg_writeln     97 sapi/phpdbg/phpdbg_print.c 				phpdbg_writeln("printoplineinfo", "type=\"Internal\" method=\"%s::%s\"", "\tInternal %s::%s()", ZSTR_VAL(method->common.scope->name), ZSTR_VAL(method->common.function_name));
phpdbg_writeln     99 sapi/phpdbg/phpdbg_print.c 				phpdbg_writeln("printoplineinfo", "type=\"Internal\" function=\"%s\"", "\tInternal %s()", ZSTR_VAL(method->common.function_name));
phpdbg_writeln    657 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("exceptionmsg", "msg=\"%s\"", ZSTR_VAL(msg));
phpdbg_writeln    907 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("info", "readline=\"yes\"", "Readline   yes");
phpdbg_writeln    909 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("info", "readline=\"no\"", "Readline   no");
phpdbg_writeln    912 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("info", "libedit=\"yes\"", "Libedit    yes");
phpdbg_writeln    914 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("info", "libedit=\"no\"", "Libedit    no");
phpdbg_writeln    917 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("info", "context=\"%s\"", "Exec       %s", PHPDBG_G(exec) ? PHPDBG_G(exec) : "none");
phpdbg_writeln    918 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("info", "compiled=\"%s\"", "Compiled   %s", PHPDBG_G(ops) ? "yes" : "no");
phpdbg_writeln    919 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("info", "stepping=\"%s\"", "Stepping   %s", (PHPDBG_G(flags) & PHPDBG_IS_STEPPING) ? "on" : "off");
phpdbg_writeln    920 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("info", "quiet=\"%s\"", "Quietness  %s", (PHPDBG_G(flags) & PHPDBG_IS_QUIET) ? "on" : "off");
phpdbg_writeln    921 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("info", "oplog=\"%s\"", "Oplog      %s", PHPDBG_G(oplog) ? "on" : "off");
phpdbg_writeln    924 sapi/phpdbg/phpdbg_prompt.c 		phpdbg_writeln("info", "ops=\"%d\"", "Opcodes    %d", PHPDBG_G(ops)->last);
phpdbg_writeln    925 sapi/phpdbg/phpdbg_prompt.c 		phpdbg_writeln("info", "vars=\"%d\"", "Variables  %d", PHPDBG_G(ops)->last_var ? PHPDBG_G(ops)->last_var - 1 : 0);
phpdbg_writeln    928 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("info", "executing=\"%d\"", "Executing  %s", PHPDBG_G(in_execution) ? "yes" : "no");
phpdbg_writeln    930 sapi/phpdbg/phpdbg_prompt.c 		phpdbg_writeln("info", "vmret=\"%d\"", "VM Return  %d", PHPDBG_G(vmret));
phpdbg_writeln    933 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("info", "classes=\"%d\"", "Classes    %d", zend_hash_num_elements(EG(class_table)));
phpdbg_writeln    934 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("info", "functions=\"%d\"", "Functions  %d", zend_hash_num_elements(EG(function_table)));
phpdbg_writeln    935 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("info", "constants=\"%d\"", "Constants  %d", zend_hash_num_elements(EG(zend_constants)));
phpdbg_writeln    936 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("info", "includes=\"%d\"", "Included   %d", zend_hash_num_elements(&EG(included_files)));
phpdbg_writeln   1269 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("clean", "classes=\"%d\"", "Classes    %d", zend_hash_num_elements(EG(class_table)));
phpdbg_writeln   1270 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("clean", "functions=\"%d\"", "Functions  %d", zend_hash_num_elements(EG(function_table)));
phpdbg_writeln   1271 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("clean", "constants=\"%d\"", "Constants  %d", zend_hash_num_elements(EG(zend_constants)));
phpdbg_writeln   1272 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("clean", "includes=\"%d\"", "Includes   %d", zend_hash_num_elements(&EG(included_files)));
phpdbg_writeln   1286 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("clear", "files=\"%d\"", "File              %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE]));
phpdbg_writeln   1287 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("clear", "functions=\"%d\"", "Functions         %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM]));
phpdbg_writeln   1288 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("clear", "methods=\"%d\"", "Methods           %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD]));
phpdbg_writeln   1289 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("clear", "oplines=\"%d\"", "Oplines           %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE]));
phpdbg_writeln   1290 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("clear", "fileoplines=\"%d\"", "File oplines      %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE]));
phpdbg_writeln   1291 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("clear", "functionoplines=\"%d\"", "Function oplines  %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE]));
phpdbg_writeln   1292 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("clear", "methodoplines=\"%d\"", "Method oplines    %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE]));
phpdbg_writeln   1293 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("clear", "eval=\"%d\"", "Conditionals      %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_COND]));
phpdbg_writeln     53 sapi/phpdbg/phpdbg_set.c 		phpdbg_writeln("setprompt", "str=\"%s\"", "Current prompt: %s", phpdbg_get_prompt());
phpdbg_writeln     64 sapi/phpdbg/phpdbg_set.c 		phpdbg_writeln("setpagination", "active=\"%s\"", "Pagination %s", PHPDBG_G(flags) & PHPDBG_HAS_PAGINATION ? "on" : "off");
phpdbg_writeln     84 sapi/phpdbg/phpdbg_set.c 		phpdbg_writeln("setlines", "active=\"%s\"", "Lines %ld", PHPDBG_G(lines));
phpdbg_writeln    110 sapi/phpdbg/phpdbg_set.c 					phpdbg_writeln("setbreak", "id=\"%ld\" active=\"%s\"", "Breakpoint #%ld %s", param->num, brake->disabled ? "off" : "on");
phpdbg_writeln    127 sapi/phpdbg/phpdbg_set.c 		phpdbg_writeln("setbreaks", "active=\"%s\"", "Breakpoints %s",PHPDBG_G(flags) & PHPDBG_IS_BP_ENABLED ? "on" : "off");
phpdbg_writeln    184 sapi/phpdbg/phpdbg_set.c 		phpdbg_writeln("setcolors", "active=\"%s\"", "Colors %s", PHPDBG_G(flags) & PHPDBG_IS_COLOURED ? "on" : "off");
phpdbg_writeln    234 sapi/phpdbg/phpdbg_set.c 		phpdbg_writeln("setquiet", "active=\"%s\"", "Quietness %s", PHPDBG_G(flags) & PHPDBG_IS_QUIET ? "on" : "off");
phpdbg_writeln    253 sapi/phpdbg/phpdbg_set.c 		phpdbg_writeln("setstepping", "type=\"%s\"", "Stepping %s", PHPDBG_G(flags) & PHPDBG_STEP_OPCODE ? "opcode" : "line");
phpdbg_writeln    274 sapi/phpdbg/phpdbg_set.c 		phpdbg_writeln("setrefcount", "active=\"%s\"", "Showing refcounts %s", PHPDBG_G(flags) & PHPDBG_IS_QUIET ? "on" : "off");
phpdbg_writeln   1007 sapi/phpdbg/phpdbg_watch.c 							phpdbg_writeln("watchvalue", "type=\"old\" inaccessible=\"inaccessible\"", "Old value inaccessible or destroyed");
phpdbg_writeln   1050 sapi/phpdbg/phpdbg_watch.c 								phpdbg_writeln("watchrefcount", "type=\"new\" refcount=\"%d\"", "New refcount: %d", Z_REFCOUNT_P(watch->addr.zv));
phpdbg_writeln   1067 sapi/phpdbg/phpdbg_watch.c 							phpdbg_writeln("watchsize", "removed=\"%d\"", "%d elements were removed from the array", elementDiff);
phpdbg_writeln   1069 sapi/phpdbg/phpdbg_watch.c 							phpdbg_writeln("watchsize", "added=\"%d\"", "%d elements were added to the array", -elementDiff);
phpdbg_writeln   1077 sapi/phpdbg/phpdbg_watch.c 						phpdbg_writeln("watcharrayptr", "", "Internal pointer of array was changed");
phpdbg_writeln   1082 sapi/phpdbg/phpdbg_watch.c 						phpdbg_writeln("watchrefcount", "type=\"old\" refcount=\"%d\"", "Old refcount: %d", GC_REFCOUNT((zend_refcounted *) oldPtr));
phpdbg_writeln   1083 sapi/phpdbg/phpdbg_watch.c 						phpdbg_writeln("watchrefcount", "type=\"new\" refcount=\"%d\"", "New refcount: %d", GC_REFCOUNT(watch->addr.ref));
phpdbg_writeln   1128 sapi/phpdbg/phpdbg_watch.c 			phpdbg_writeln("watchvariable", "variable=\"%.*s\" on=\"%s\" type=\"%s\"", "%.*s (%s, %s)", (int) ZSTR_LEN(watch->str), ZSTR_VAL(watch->str), watch->type == WATCH_ON_HASHTABLE ? "array" : watch->type == WATCH_ON_REFCOUNTED ? "refcount" : "variable", watch->flags == PHPDBG_WATCH_RECURSIVE ? "recursive" : "simple");