xdebug_sprintf    332 usefulstuff.c  			tmp = xdebug_sprintf("file://%s",s);
xdebug_sprintf    339 usefulstuff.c  		tmp = xdebug_sprintf("file:/%s", encoded_fileurl);
xdebug_sprintf    342 usefulstuff.c  		tmp = xdebug_sprintf("file://%s", encoded_fileurl);
xdebug_sprintf    345 usefulstuff.c  		tmp = xdebug_sprintf("file:///%s", encoded_fileurl);
xdebug_sprintf   1035 xdebug.c       		aggr_key = xdebug_sprintf("%s.%s.%d", tmp->filename, func_name, tmp->lineno);
xdebug_sprintf   1196 xdebug.c       		tmp_name = xdebug_sprintf("%s::%s", fse->function.class, fse->function.function);
xdebug_sprintf   1583 xdebug.c       				xdebug_str_add(&log_buffer, xdebug_sprintf("PHP %3d. %s(", i->level, tmp_name), 1);
xdebug_sprintf   1601 xdebug.c       				tmp_varname = i->var[j].name ? xdebug_sprintf("$%s = ", i->var[j].name) : xdstrdup("");
xdebug_sprintf   1636 xdebug.c       				xdebug_str_add(&log_buffer, xdebug_sprintf(") %s:%d", i->filename, i->lineno), 1);
xdebug_sprintf   1709 xdebug.c       	xdebug_str_add(&str, xdebug_sprintf("%10.4f ", i->time - XG(start_time)), 1);
xdebug_sprintf   1710 xdebug.c       	xdebug_str_add(&str, xdebug_sprintf("%10lu ", i->memory), 1);
xdebug_sprintf   1712 xdebug.c       		xdebug_str_add(&str, xdebug_sprintf("%+8ld ", i->memory - i->prev_memory), 1);
xdebug_sprintf   1717 xdebug.c       	xdebug_str_add(&str, xdebug_sprintf("-> %s(", tmp_name), 1);
xdebug_sprintf   1732 xdebug.c       		tmp_varname = i->var[j].name ? xdebug_sprintf("$%s = ", i->var[j].name) : xdstrdup("");
xdebug_sprintf   1747 xdebug.c       	xdebug_str_add(&str, xdebug_sprintf(") %s:%d\n", i->filename, i->lineno), 1);
xdebug_sprintf   1760 xdebug.c       	xdebug_str_add(&str, xdebug_sprintf("%d\t", i->level), 1);
xdebug_sprintf   1761 xdebug.c       	xdebug_str_add(&str, xdebug_sprintf("%d\t", fnr), 1);
xdebug_sprintf   1766 xdebug.c       		xdebug_str_add(&str, xdebug_sprintf("%f\t", i->time - XG(start_time)), 1);
xdebug_sprintf   1767 xdebug.c       		xdebug_str_add(&str, xdebug_sprintf("%lu\t", i->memory), 1);
xdebug_sprintf   1768 xdebug.c       		xdebug_str_add(&str, xdebug_sprintf("%s\t", tmp_name), 1);
xdebug_sprintf   1769 xdebug.c       		xdebug_str_add(&str, xdebug_sprintf("%d\t", i->user_defined == XDEBUG_EXTERNAL ? 1 : 0), 1);
xdebug_sprintf   1776 xdebug.c       		xdebug_str_add(&str, xdebug_sprintf("\t%s\t%d\n", i->filename, i->lineno), 1);
xdebug_sprintf   1780 xdebug.c       		xdebug_str_add(&str, xdebug_sprintf("%f\t", xdebug_get_utime() - XG(start_time)), 1);
xdebug_sprintf   1782 xdebug.c       		xdebug_str_add(&str, xdebug_sprintf("%lu\n", AG(allocated_memory)), 1);
xdebug_sprintf   2380 xdebug.c       		filename = xdebug_sprintf("%s.xt", fname);
xdebug_sprintf   2384 xdebug.c       			filename = xdebug_sprintf("%s/trace.%lu.xt", XG(trace_output_dir), xdebug_crc32(cwd, strlen(cwd)));
xdebug_sprintf   2387 xdebug.c       			filename = xdebug_sprintf("%s/trace.%ld.xt", XG(trace_output_dir), the_time);
xdebug_sprintf   2389 xdebug.c       			filename = xdebug_sprintf("%s/trace.%ld.xt", XG(trace_output_dir), getpid());
xdebug_sprintf     48 xdebug_code_coverage.c 	sline = xdebug_sprintf("%d", lineno);
xdebug_sprintf    237 xdebug_handler_dbgp.c 	xdebug_str_add(ret, xdebug_sprintf("%d", xml_message.l + sizeof("<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n") - 1), 1);
xdebug_sprintf    657 xdebug_handler_dbgp.c 			*filename = xdebug_sprintf("dbgp://%lu", ei->id);
xdebug_sprintf    679 xdebug_handler_dbgp.c 	xdebug_xml_add_attribute_ex(tmp, "level", xdebug_sprintf("%ld", nr), 0, 1);
xdebug_sprintf    688 xdebug_handler_dbgp.c 		xdebug_xml_add_attribute_ex(tmp, "lineno",   xdebug_sprintf("%lu", fse_prev->lineno TSRMLS_CC), 0, 1);
xdebug_sprintf    692 xdebug_handler_dbgp.c 		xdebug_xml_add_attribute_ex(tmp, "lineno",   xdebug_sprintf("%lu", zend_get_executed_lineno(TSRMLS_C)), 0, 1);
xdebug_sprintf    721 xdebug_handler_dbgp.c 	hkey = xdebug_sprintf("%lu", admin->id);
xdebug_sprintf    762 xdebug_handler_dbgp.c 		xdebug_xml_add_attribute_ex(xml, "lineno", xdebug_sprintf("%lu", brk->lineno), 0, 1);
xdebug_sprintf    777 xdebug_handler_dbgp.c 	xdebug_xml_add_attribute_ex(xml, "hit_count", xdebug_sprintf("%lu", brk->hit_count), 0, 1);
xdebug_sprintf    789 xdebug_handler_dbgp.c 	xdebug_xml_add_attribute_ex(xml, "hit_value", xdebug_sprintf("%lu", brk->hit_value), 0, 1);
xdebug_sprintf   1004 xdebug_handler_dbgp.c 	xdebug_xml_add_attribute_ex(child, "id", xdebug_sprintf("%lu", admin->id), 0, 1);
xdebug_sprintf   1077 xdebug_handler_dbgp.c 		tmp_name = xdebug_sprintf("%s$%lu", brk_info->file, brk_info->lineno);
xdebug_sprintf   1098 xdebug_handler_dbgp.c 			tmp_name = xdebug_sprintf("%s::%s", CMD_OPTION('a'), CMD_OPTION('m'));
xdebug_sprintf   1139 xdebug_handler_dbgp.c 	xdebug_xml_add_attribute_ex(*retval, "id", xdebug_sprintf("%d", brk_id), 0, 1);
xdebug_sprintf   1410 xdebug_handler_dbgp.c 			xdebug_xml_add_text(*retval, xdebug_sprintf("%ld", options->max_children));
xdebug_sprintf   1415 xdebug_handler_dbgp.c 			xdebug_xml_add_text(*retval, xdebug_sprintf("%ld", options->max_data));
xdebug_sprintf   1420 xdebug_handler_dbgp.c 			xdebug_xml_add_text(*retval, xdebug_sprintf("%ld", options->max_depth));
xdebug_sprintf   1445 xdebug_handler_dbgp.c 			xdebug_xml_add_text(*retval, xdebug_sprintf("%ld", options->show_hidden));
xdebug_sprintf   1631 xdebug_handler_dbgp.c 	eval_string = xdebug_sprintf("%s = %s", name, new_value);
xdebug_sprintf   1715 xdebug_handler_dbgp.c 			full_name = xdebug_sprintf("$%s", name);
xdebug_sprintf   1771 xdebug_handler_dbgp.c 	xdebug_xml_add_attribute_ex(*retval, "depth", xdebug_sprintf("%lu", XG(level)), 0, 1);
xdebug_sprintf   2033 xdebug_handler_dbgp.c 		xdebug_xml_add_attribute_ex(error, "code", xdebug_sprintf("%lu", res), 0, 1);
xdebug_sprintf   2052 xdebug_handler_dbgp.c 			xdebug_xml_add_attribute_ex(error, "code", xdebug_sprintf("%lu", XDEBUG_ERROR_UNIMPLEMENTED), 0, 1);
xdebug_sprintf   2154 xdebug_handler_dbgp.c 	xdebug_xml_add_attribute_ex(response, "appid", xdebug_sprintf("%d", getpid()), 0, 1);
xdebug_sprintf   2307 xdebug_handler_dbgp.c 	xdebug_xml_add_attribute_ex(error, "code", xdebug_sprintf("%lu", type), 0, 1);
xdebug_sprintf   2350 xdebug_handler_dbgp.c 	return xdebug_sprintf("%s(%d) : eval()'d code", filename, lineno);
xdebug_sprintf   2355 xdebug_handler_dbgp.c 	return xdebug_sprintf("%04x", id);
xdebug_sprintf     41 xdebug_handler_dbgp.h 	xdebug_xml_add_attribute_ex(error, "code", xdebug_sprintf("%u", (c)), 0, 1); \
xdebug_sprintf    202 xdebug_handler_gdb.c 			ret = xdebug_sprintf("<xdebug><%s><code>%d</code><message>%s</message></%s></xdebug>", type, error_code, tmp, type);
xdebug_sprintf    209 xdebug_handler_gdb.c 			return xdebug_sprintf("%d %s", error_code, message);
xdebug_sprintf    219 xdebug_handler_gdb.c 	SENDMSG(context->socket, xdebug_sprintf("%s\n", tmp));
xdebug_sprintf    272 xdebug_handler_gdb.c 						SENDMSG(h->socket, xdebug_sprintf("<command><name>%s</name><desc>%s</desc></command>", ptr->name, tmp));
xdebug_sprintf    276 xdebug_handler_gdb.c 						SENDMSG(h->socket, xdebug_sprintf("%-12s %s\n", ptr->name, ptr->help));
xdebug_sprintf    290 xdebug_handler_gdb.c 		SENDMSG(h->socket, xdebug_sprintf("<xdebug><help>"));
xdebug_sprintf    301 xdebug_handler_gdb.c 		SENDMSG(h->socket, xdebug_sprintf("</help></xdebug>\n"));
xdebug_sprintf    316 xdebug_handler_gdb.c 			SENDMSG(h->socket, xdebug_sprintf("<xdebug><help><command><syntax>%s</syntax><desc>%s</desc></help</xdebug>\n", t1, t2));
xdebug_sprintf    320 xdebug_handler_gdb.c 			SENDMSG(h->socket, xdebug_sprintf("Syntax: %s\n%12s %s\n", cmd->description, " ", cmd->help));
xdebug_sprintf    343 xdebug_handler_gdb.c 				ret = xdebug_sprintf("$%s = %s\n", name, str_rep);
xdebug_sprintf    345 xdebug_handler_gdb.c 				ret = xdebug_sprintf("%s\n", str_rep);
xdebug_sprintf    377 xdebug_handler_gdb.c 		SENDMSG(h->socket, xdebug_sprintf("<var name='%s'/>", name));
xdebug_sprintf    379 xdebug_handler_gdb.c 		SENDMSG(h->socket, xdebug_sprintf("$%s\n", name));
xdebug_sprintf    411 xdebug_handler_gdb.c 			SENDMSG(h->socket, xdebug_sprintf("%s", contents));
xdebug_sprintf    416 xdebug_handler_gdb.c 			SENDMSG(h->socket, xdebug_sprintf("<var name='%s'/>", name));
xdebug_sprintf    418 xdebug_handler_gdb.c 			SENDMSG(h->socket, xdebug_sprintf("$%s = *uninitialized*\n", name));
xdebug_sprintf    439 xdebug_handler_gdb.c 		SENDMSG(h->socket, xdebug_sprintf("The file '%s' could not be opened.\n", file));
xdebug_sprintf    458 xdebug_handler_gdb.c 				SENDMSG(h->socket, xdebug_sprintf("<line file='%s' no='%d'>%s</line>", file, begin + i, tmp));
xdebug_sprintf    461 xdebug_handler_gdb.c 				SENDMSG(h->socket, xdebug_sprintf("%d\t%s\n", begin + i, line));
xdebug_sprintf    506 xdebug_handler_gdb.c 		SENDMSG(h->socket, xdebug_sprintf("<breakpoint><function><name>%s</name><params>", tmp_fname));
xdebug_sprintf    508 xdebug_handler_gdb.c 		SENDMSG(h->socket, xdebug_sprintf("Breakpoint, %s(", tmp_fname));
xdebug_sprintf    521 xdebug_handler_gdb.c 		   SENDMSG(h->socket, xdebug_sprintf("$%s = ", i->var[j].name));
xdebug_sprintf    532 xdebug_handler_gdb.c 		SENDMSG(h->socket, xdebug_sprintf("</params></function><file>%s</file><line>%d</line></breakpoint>", i->filename, i->lineno));
xdebug_sprintf    534 xdebug_handler_gdb.c 		SENDMSG(h->socket, xdebug_sprintf(")\n\tat %s:%d\n", i->filename, i->lineno));
xdebug_sprintf    556 xdebug_handler_gdb.c 			SENDMSG(h->socket, xdebug_sprintf("<stackframe><level>%d</level><function><name>%s</name><params>", nr, tmp_fname));
xdebug_sprintf    558 xdebug_handler_gdb.c 			SENDMSG(h->socket, xdebug_sprintf("<stackframe><function><name>%s</name><params>", tmp_fname));
xdebug_sprintf    562 xdebug_handler_gdb.c 			SENDMSG(h->socket, xdebug_sprintf("#%-2d %s (", nr, tmp_fname));
xdebug_sprintf    564 xdebug_handler_gdb.c 			SENDMSG(h->socket, xdebug_sprintf("%s (", tmp_fname));
xdebug_sprintf    578 xdebug_handler_gdb.c 		   SENDMSG(h->socket, xdebug_sprintf("$%s = ", i->var[j].name));
xdebug_sprintf    590 xdebug_handler_gdb.c 		SENDMSG(h->socket, xdebug_sprintf("</params></function><file>%s</file><line>%d</line>", i->filename, i->lineno));
xdebug_sprintf    598 xdebug_handler_gdb.c 		SENDMSG(h->socket, xdebug_sprintf(")\n    at %s:%d\n", i->filename, i->lineno));
xdebug_sprintf    706 xdebug_handler_gdb.c 					tmp_name = xdebug_sprintf("/%s", method->args[0]);
xdebug_sprintf    708 xdebug_handler_gdb.c 					tmp_name = xdebug_sprintf("%s", method->args[0]);
xdebug_sprintf    711 xdebug_handler_gdb.c 				tmp_name = xdebug_sprintf("/%s", method->args[0]);
xdebug_sprintf    714 xdebug_handler_gdb.c 				tmp_name = xdebug_sprintf("%s", method->args[0]);
xdebug_sprintf    811 xdebug_handler_gdb.c 					tmp_name = xdebug_sprintf("/%s", method->args[0]);
xdebug_sprintf    813 xdebug_handler_gdb.c 					tmp_name = xdebug_sprintf("%s", method->args[0]);
xdebug_sprintf    816 xdebug_handler_gdb.c 				tmp_name = xdebug_sprintf("/%s", method->args[0]);
xdebug_sprintf    819 xdebug_handler_gdb.c 				tmp_name = xdebug_sprintf("%s", method->args[0]);
xdebug_sprintf    880 xdebug_handler_gdb.c 		SENDMSG(context->socket, xdebug_sprintf("%s\n", ret_value));
xdebug_sprintf   1042 xdebug_handler_gdb.c 			SENDMSG(context->socket, xdebug_sprintf("<xdebug><pwd><directory>%s</directory></pwd></xdebug>\n", buffer));
xdebug_sprintf   1044 xdebug_handler_gdb.c 			SENDMSG(context->socket, xdebug_sprintf("Working directory %s.\n", buffer));
xdebug_sprintf   1060 xdebug_handler_gdb.c 		SENDMSG(context->socket, xdebug_sprintf("<xdebug><run><program>%s</program></run></xdebug>\n", context->program_name));
xdebug_sprintf   1062 xdebug_handler_gdb.c 		SENDMSG(context->socket, xdebug_sprintf("Starting program: %s\n", context->program_name));
xdebug_sprintf   1077 xdebug_handler_gdb.c 			xdebug_sprintf("<breakpoint type='class'><class>%s</class><method>%s</method></breakpoint>",
xdebug_sprintf   1082 xdebug_handler_gdb.c 			xdebug_sprintf("Method breakpoint: %s::%s\n",
xdebug_sprintf   1094 xdebug_handler_gdb.c 		SENDMSG(h->socket, xdebug_sprintf("<breakpoint type='function'><function>%s</function></breakpoint>", brk_info->functionname));
xdebug_sprintf   1096 xdebug_handler_gdb.c 		SENDMSG(h->socket, xdebug_sprintf("Function breakpoint: %s\n", brk_info->functionname));
xdebug_sprintf   1110 xdebug_handler_gdb.c 				xdebug_sprintf("<breakpoint type='line' condition='%s'><file>%s</file><line>%d</line></breakpoint>",
xdebug_sprintf   1116 xdebug_handler_gdb.c 			SENDMSG(h->socket, xdebug_sprintf("<breakpoint type='line'><file>%s</file><line>%d</line></breakpoint>",
xdebug_sprintf   1123 xdebug_handler_gdb.c 				xdebug_sprintf("Location breakpoint: %s:%d (condition= %s)\n",
xdebug_sprintf   1129 xdebug_handler_gdb.c 				xdebug_sprintf("Location breakpoint: %s:%d\n",
xdebug_sprintf   1348 xdebug_handler_gdb.c 	SENDMSG(context->socket, xdebug_sprintf("This is Xdebug version %s.\n", XDEBUG_VERSION));
xdebug_sprintf   1374 xdebug_handler_gdb.c 		SENDMSG(context->socket, xdebug_sprintf("?init %s\n", context->program_name));
xdebug_sprintf   1421 xdebug_handler_gdb.c 		SENDMSG(context->socket, xdebug_sprintf("<xdebug><signal><code>%d</code><type>%s</type><message>%s</message><file>%s</file><line>%lu</line><stack>", type, errortype, message, file, lineno));
xdebug_sprintf   1423 xdebug_handler_gdb.c 		SENDMSG(context->socket, xdebug_sprintf("</stack></signal></xdebug>\n"));
xdebug_sprintf   1425 xdebug_handler_gdb.c 		SENDMSG(context->socket, xdebug_sprintf("\nProgram received signal %s: %s.\n", errortype, message));
xdebug_sprintf    112 xdebug_handler_php3.c 	prefix     = xdebug_sprintf("%s %s(%lu) ", time_buffer, hostname, getpid());
xdebug_sprintf    120 xdebug_handler_php3.c 	SENDMSG(h->socket, xdebug_sprintf("%sstart: %s\n", prefix, errortype));
xdebug_sprintf    123 xdebug_handler_php3.c 	SENDMSG(h->socket, xdebug_sprintf("%smessage: %s\n", prefix, message));
xdebug_sprintf    124 xdebug_handler_php3.c 	SENDMSG(h->socket, xdebug_sprintf("%slocation: %s:%d\n", prefix, location, line));
xdebug_sprintf    125 xdebug_handler_php3.c 	SENDMSG(h->socket, xdebug_sprintf("%sframes: %d\n", prefix, stack->size));
xdebug_sprintf    135 xdebug_handler_php3.c 			SENDMSG(h->socket, xdebug_sprintf("%sfunction: %s\n", prefix, tmp_name));
xdebug_sprintf    138 xdebug_handler_php3.c 			SENDMSG(h->socket, xdebug_sprintf("%slocation: %s:%d\n", prefix, i->filename, i->lineno));
xdebug_sprintf    143 xdebug_handler_php3.c 	SENDMSG(h->socket, xdebug_sprintf("%sstop: %s\n", prefix, errortype));
xdebug_sprintf     64 xdebug_profiler.c 		filename = xdebug_sprintf("%s/cachegrind.out.%lu", XG(profiler_output_dir), xdebug_crc32(script_name, strlen(script_name)));
xdebug_sprintf     67 xdebug_profiler.c 		filename = xdebug_sprintf("%s/cachegrind.out.%ld", XG(profiler_output_dir), the_time);
xdebug_sprintf     79 xdebug_profiler.c 		filename = xdebug_sprintf("%s/%s_cachegrind.out", XG(profiler_output_dir), script_name_tmp);
xdebug_sprintf     82 xdebug_profiler.c 		filename = xdebug_sprintf("%s/cachegrind.out.%ld", XG(profiler_output_dir), getpid());
xdebug_sprintf    161 xdebug_profiler.c 			tmp_fname = xdebug_sprintf("%s::%s", tmp_name, fse->include_filename);
xdebug_sprintf    320 xdebug_profiler.c 		filename = xdebug_sprintf("%s/cachegrind.out.aggregate.%s.%ld", XG(profiler_output_dir), prefix, getpid());
xdebug_sprintf    322 xdebug_profiler.c 		filename = xdebug_sprintf("%s/cachegrind.out.aggregate.%ld", XG(profiler_output_dir), getpid());
xdebug_sprintf     40 xdebug_str.h   char* xdebug_sprintf (const char* fmt, ...);
xdebug_sprintf    137 xdebug_var.c   		xdebug_str_add(str, xdebug_sprintf("%ld => ", hash_key->h), 1);
xdebug_sprintf    172 xdebug_var.c   		xdebug_str_add(str, xdebug_sprintf("%s $%s = ", modifier, prop_name), 1);
xdebug_sprintf    189 xdebug_var.c   		xdebug_str_add(str, xdebug_sprintf("(refcount=%d, is_ref=%d)=", (*struc)->refcount, (*struc)->is_ref), 1);
xdebug_sprintf    193 xdebug_var.c   			xdebug_str_add(str, xdebug_sprintf("%s", Z_LVAL_PP(struc) ? "TRUE" : "FALSE"), 1);
xdebug_sprintf    201 xdebug_var.c   			xdebug_str_add(str, xdebug_sprintf("%ld", Z_LVAL_PP(struc)), 1);
xdebug_sprintf    205 xdebug_var.c   			xdebug_str_add(str, xdebug_sprintf("%.*G", (int) EG(precision), Z_DVAL_PP(struc)), 1);
xdebug_sprintf    210 xdebug_var.c   			xdebug_str_add(str, xdebug_sprintf("'%s'", tmp_str), 1);
xdebug_sprintf    231 xdebug_var.c   				xdebug_str_add(str, xdebug_sprintf("class %s { ", Z_OBJCE_PP(struc)->name), 1);
xdebug_sprintf    246 xdebug_var.c   			xdebug_str_add(str, xdebug_sprintf("resource(%ld) of type (%s)", Z_LVAL_PP(struc), type_name ? type_name : "Unknown"), 1);
xdebug_sprintf    281 xdebug_var.c   		xdebug_str_add(str, xdebug_sprintf(" name='%ld'", hash_key->h), 1);
xdebug_sprintf    283 xdebug_var.c   		xdebug_str_add(str, xdebug_sprintf(" name='%s'", hash_key->arKey), 1);
xdebug_sprintf    285 xdebug_var.c   	xdebug_str_add(str, xdebug_sprintf(" id='%p'>", *zv), 1);
xdebug_sprintf    304 xdebug_var.c   		xdebug_str_add(str, xdebug_sprintf(" name='%s' facet='%s'", prop_name, modifier), 1);
xdebug_sprintf    306 xdebug_var.c   	xdebug_str_add(str, xdebug_sprintf(" id='%p'>", *zv), 1);
xdebug_sprintf    325 xdebug_var.c   			xdebug_str_add(str, xdebug_sprintf("<bool>%s</bool>", Z_LVAL_PP(struc) ? "1" : "0"), 1);
xdebug_sprintf    333 xdebug_var.c   			xdebug_str_add(str, xdebug_sprintf("<int>%ld</int>", Z_LVAL_PP(struc)), 1);
xdebug_sprintf    337 xdebug_var.c   			xdebug_str_add(str, xdebug_sprintf("<float>%.*G</float>", (int) EG(precision), Z_DVAL_PP(struc)), 1);
xdebug_sprintf    362 xdebug_var.c   				xdebug_str_add(str, xdebug_sprintf("<object class='%s'>", Z_OBJCE_PP(struc)->name), 1);
xdebug_sprintf    374 xdebug_var.c   			xdebug_str_add(str, xdebug_sprintf("<resource id='%ld' type='%s'/>", Z_LVAL_PP(struc), type_name ? type_name : "Unknown"), 1);
xdebug_sprintf    392 xdebug_var.c   		xdebug_str_add(&str, xdebug_sprintf("' id='%p'>", val), 1);
xdebug_sprintf    394 xdebug_var.c   		xdebug_str_add(&str, xdebug_sprintf("<var id='%p'>", val), 1);
xdebug_sprintf    432 xdebug_var.c   				full_name = xdebug_sprintf("$%s['%s']", parent_name, name);
xdebug_sprintf    434 xdebug_var.c   				full_name = xdebug_sprintf("%s['%s']", parent_name, name);
xdebug_sprintf    437 xdebug_var.c   			name = xdebug_sprintf("%ld", hash_key->h);
xdebug_sprintf    441 xdebug_var.c   				full_name = xdebug_sprintf("$%s[%s]", parent_name, name);
xdebug_sprintf    443 xdebug_var.c   				full_name = xdebug_sprintf("%s[%s]", parent_name, name);
xdebug_sprintf    451 xdebug_var.c   		xdebug_xml_add_attribute_ex(node, "address", xdebug_sprintf("%ld", (long) *zv), 0, 1);
xdebug_sprintf    487 xdebug_var.c   					full_name = xdebug_sprintf("$%s->%s", parent_name, prop_name);
xdebug_sprintf    489 xdebug_var.c   					full_name = xdebug_sprintf("%s->%s", parent_name, prop_name);
xdebug_sprintf    495 xdebug_var.c   		xdebug_xml_add_attribute_ex(node, "address", xdebug_sprintf("%ld", (long) *zv), 0, 1);
xdebug_sprintf    515 xdebug_var.c   			xdebug_xml_add_text(node, xdebug_sprintf("%d", Z_LVAL_PP(struc)));
xdebug_sprintf    524 xdebug_var.c   			xdebug_xml_add_text(node, xdebug_sprintf("%ld", Z_LVAL_PP(struc)));
xdebug_sprintf    529 xdebug_var.c   			xdebug_xml_add_text(node, xdebug_sprintf("%.*G", (int) EG(precision), Z_DVAL_PP(struc)));
xdebug_sprintf    539 xdebug_var.c   			xdebug_xml_add_attribute(node, "size", xdebug_sprintf("%d", Z_STRLEN_PP(struc)));
xdebug_sprintf    547 xdebug_var.c   				xdebug_xml_add_attribute_ex(node, "numchildren", xdebug_sprintf("%d", myht->nNumOfElements), 0, 1);
xdebug_sprintf    551 xdebug_var.c   						xdebug_xml_add_attribute_ex(node, "page", xdebug_sprintf("%d", options->runtime[level].page), 0, 1);
xdebug_sprintf    552 xdebug_var.c   						xdebug_xml_add_attribute_ex(node, "pagesize", xdebug_sprintf("%d", options->max_children), 0, 1);
xdebug_sprintf    579 xdebug_var.c   					xdebug_xml_add_attribute_ex(node, "numchildren", xdebug_sprintf("%d", zend_hash_num_elements(myht)), 0, 1);
xdebug_sprintf    583 xdebug_var.c   							xdebug_xml_add_attribute_ex(node, "page", xdebug_sprintf("%d", options->runtime[level].page), 0, 1);
xdebug_sprintf    584 xdebug_var.c   							xdebug_xml_add_attribute_ex(node, "pagesize", xdebug_sprintf("%d", options->max_children), 0, 1);
xdebug_sprintf    604 xdebug_var.c   			xdebug_xml_add_text(node, xdebug_sprintf("resource id='%ld' type='%s'", Z_LVAL_PP(struc), type_name ? type_name : "Unknown"));
xdebug_sprintf    623 xdebug_var.c   			full_name = xdebug_sprintf("$%s", name);
xdebug_sprintf    630 xdebug_var.c   	xdebug_xml_add_attribute_ex(node, "address", xdebug_sprintf("%ld", (long) val), 0, 1);
xdebug_sprintf    658 xdebug_var.c   	xdebug_str_add(str, xdebug_sprintf("%*s", level * 2, ""), 1);
xdebug_sprintf    661 xdebug_var.c   		xdebug_str_add(str, xdebug_sprintf("%ld <font color='%s'>=&gt;</font> ", hash_key->h, DGREY), 1);
xdebug_sprintf    663 xdebug_var.c   		xdebug_str_add(str, xdebug_sprintf("'%s' <font color='%s'>=&gt;</font> ", hash_key->arKey, DGREY), 1);
xdebug_sprintf    682 xdebug_var.c   	xdebug_str_add(str, xdebug_sprintf("%*s", level * 2, ""), 1);
xdebug_sprintf    687 xdebug_var.c   		xdebug_str_add(str, xdebug_sprintf("<i>%s</i> '%s' <font color='%s'>=&gt;</font> ", modifier, prop_name, DGREY), 1);
xdebug_sprintf    700 xdebug_var.c   		xdebug_str_add(str, xdebug_sprintf("<i>(refcount=%d, is_ref=%d)</i>,", (*struc)->refcount, (*struc)->is_ref), 1);
xdebug_sprintf    704 xdebug_var.c   			xdebug_str_add(str, xdebug_sprintf("<font color='%s'>%s</font>", BLUE, Z_LVAL_PP(struc) ? "true" : "false"), 1);
xdebug_sprintf    708 xdebug_var.c   			xdebug_str_add(str, xdebug_sprintf("<font color='%s'>null</font>", RED), 1);
xdebug_sprintf    712 xdebug_var.c   			xdebug_str_add(str, xdebug_sprintf("<font color='%s'>%ld</font>", GREEN, Z_LVAL_PP(struc)), 1);
xdebug_sprintf    716 xdebug_var.c   			xdebug_str_add(str, xdebug_sprintf("<font color='%s'>%.*G</font>", BLUE_GREEN, (int) EG(precision), Z_DVAL_PP(struc)), 1);
xdebug_sprintf    720 xdebug_var.c   			xdebug_str_add(str, xdebug_sprintf("<font color='%s'>'", PURPLE), 1);
xdebug_sprintf    725 xdebug_var.c   			xdebug_str_add(str, xdebug_sprintf(" <i>(length=%d)</i>", Z_STRLEN_PP(struc)), 1);
xdebug_sprintf    730 xdebug_var.c   			xdebug_str_add(str, xdebug_sprintf("\n%*s", (level - 1) * 2, ""), 1);
xdebug_sprintf    736 xdebug_var.c   					xdebug_str_add(str, xdebug_sprintf("%*s", level * 2, ""), 1);
xdebug_sprintf    737 xdebug_var.c   					xdebug_str_add(str, xdebug_sprintf("<i><font color='%s'>empty</font></i>\n", LGREY), 1);
xdebug_sprintf    746 xdebug_var.c   			xdebug_str_add(str, xdebug_sprintf("\n%*s", (level - 1) * 2, ""), 1);
xdebug_sprintf    748 xdebug_var.c   				xdebug_str_add(str, xdebug_sprintf("<b>object</b>(<i>%s</i>)", Z_OBJCE_PP(struc)->name), 1);
xdebug_sprintf    750 xdebug_var.c   				xdebug_str_add(str, xdebug_sprintf("[<i>%d</i>]\n", Z_OBJ_HANDLE_PP(struc)), 1);
xdebug_sprintf    756 xdebug_var.c   				xdebug_str_add(str, xdebug_sprintf("<i>&</i><b>object</b>(<i>%s</i>)", Z_OBJCE_PP(struc)->name), 1);
xdebug_sprintf    758 xdebug_var.c   				xdebug_str_add(str, xdebug_sprintf("[<i>%d</i>]\n", Z_OBJ_HANDLE_PP(struc)), 1);
xdebug_sprintf    769 xdebug_var.c   			xdebug_str_add(str, xdebug_sprintf("<b>resource</b>(<i>%ld</i><font color='%s'>,</font> <i>%s</i>)", Z_LVAL_PP(struc), DGREY, type_name ? type_name : "Unknown"), 1);
xdebug_sprintf    774 xdebug_var.c   			xdebug_str_add(str, xdebug_sprintf("<font color='%s'>null</font>", RED), 0);
xdebug_sprintf    841 xdebug_var.c   					return xdebug_sprintf("<a href='%s/%s' target='_new'>%s</a>\n", XG(manual_url), f.function, f.function);