xdstrdup          289 usefulstuff.c  		ret = xdstrdup(fp);
xdstrdup          300 usefulstuff.c  		ret = xdstrdup(fileurl);
xdstrdup          348 usefulstuff.c  		tmp = xdstrdup(encoded_fileurl);
xdstrdup          249 xdebug.c       		XG(ide_key) = xdstrdup(new_value);
xdstrdup          688 xdebug.c       		XG(ide_key) = xdstrdup(idekey);
xdstrdup          835 xdebug.c       				tmp->class = xdstrdup(edata->ce->name);
xdstrdup          838 xdebug.c       				tmp->class = xdstrdup(edata->object.ptr->value.obj.ce->name);
xdstrdup          846 xdebug.c       					tmp->class = xdstrdup(edata->function_state.function->common.scope->name);
xdstrdup          850 xdebug.c       				tmp->class = xdstrdup(edata->function_state.function->common.scope->name);
xdstrdup          855 xdebug.c       			tmp->function = xdstrdup(edata->function_state.function->common.function_name);
xdstrdup          941 xdebug.c       		tmp->filename  = xdstrdup(EG(current_execute_data)->op_array->filename);
xdstrdup          956 xdebug.c       				tmp->filename = xdstrdup(((function_stack_entry*) XDEBUG_LLIST_VALP(XDEBUG_LLIST_TAIL(XG(stack))))->filename);
xdstrdup          963 xdebug.c       		tmp->filename  = (op_array && op_array->filename) ? xdstrdup(op_array->filename): NULL;
xdstrdup          967 xdebug.c       		tmp->filename = xdstrdup(((function_stack_entry*) XDEBUG_LLIST_VALP(XDEBUG_LLIST_TAIL(XG(stack))))->filename);
xdstrdup          982 xdebug.c       		tmp->function.function = xdstrdup("{main}");
xdstrdup          999 xdebug.c       			tmp->include_filename = xdstrdup(zend_get_executed_filename(TSRMLS_C));
xdstrdup         1042 xdebug.c       				xae.filename = xdstrdup(tmp->op_array->filename);
xdstrdup         1044 xdebug.c       				xae.filename = xdstrdup("php:internal");
xdstrdup         1103 xdebug.c       			xdebug_hash_update(fse->used_vars, cv, cv_len, xdstrdup(cv));
xdstrdup         1107 xdebug.c       			xdebug_hash_update(fse->used_vars, cv, cv_len, xdstrdup(cv));
xdstrdup         1118 xdebug.c       						xdstrdup(op_array->opcodes[i].op1.u.constant.value.str.val)
xdstrdup         1126 xdebug.c       					xdebug_hash_update(fse->used_vars, tmp_zval.value.str.val, tmp_zval.value.str.len, xdstrdup(tmp_zval.value.str.val));
xdstrdup         1245 xdebug.c       			magic_cookie = xdstrdup(Z_STRVAL_PP(dummy));
xdstrdup         1249 xdebug.c       			XG(ide_key) = xdstrdup(Z_STRVAL_PP(dummy));
xdstrdup         1256 xdebug.c       			magic_cookie = xdstrdup(Z_STRVAL_PP(dummy));
xdstrdup         1260 xdebug.c       			XG(ide_key) = xdstrdup(Z_STRVAL_PP(dummy));
xdstrdup         1262 xdebug.c       			magic_cookie = xdstrdup(getenv("XDEBUG_CONFIG"));
xdstrdup         1297 xdebug.c       				XG(context).program_name = xdstrdup(op_array->filename);
xdstrdup         1601 xdebug.c       				tmp_varname = i->var[j].name ? xdebug_sprintf("$%s = ", i->var[j].name) : xdstrdup("");
xdstrdup         1679 xdebug.c       		return xdstrdup("");
xdstrdup         1732 xdebug.c       		tmp_varname = i->var[j].name ? xdebug_sprintf("$%s = ", i->var[j].name) : xdstrdup("");
xdstrdup         1798 xdebug.c       			return xdstrdup("");
xdstrdup         1809 xdebug.c       			return xdstrdup("");
xdstrdup           55 xdebug_code_coverage.c 		file->name = xdstrdup(filename);
xdstrdup          678 xdebug_handler_dbgp.c 	xdebug_xml_add_attribute_ex(tmp, "where", xdstrdup(tmp_fname), 0, 1);
xdstrdup          682 xdebug_handler_dbgp.c 			xdebug_xml_add_attribute_ex(tmp, "type",     xdstrdup("eval"), 0, 1);
xdstrdup          685 xdebug_handler_dbgp.c 			xdebug_xml_add_attribute_ex(tmp, "type",     xdstrdup("file"), 0, 1);
xdstrdup          690 xdebug_handler_dbgp.c 		xdebug_xml_add_attribute_ex(tmp, "type",     xdstrdup("file"), 0, 1);
xdstrdup          719 xdebug_handler_dbgp.c 	admin->key  = xdstrdup(key);
xdstrdup          756 xdebug_handler_dbgp.c 		xdebug_xml_add_attribute_ex(xml, "type", xdstrdup(brk->type), 0, 1);
xdstrdup          765 xdebug_handler_dbgp.c 		xdebug_xml_add_attribute_ex(xml, "function", xdstrdup(brk->functionname), 0, 1);
xdstrdup          768 xdebug_handler_dbgp.c 		xdebug_xml_add_attribute_ex(xml, "class", xdstrdup(brk->classname), 0, 1);
xdstrdup          965 xdebug_handler_dbgp.c 		xdebug_xml_add_attribute_ex(breakpoint_node, "id", xdstrdup(CMD_OPTION('d')), 0, 1);
xdstrdup         1040 xdebug_handler_dbgp.c 		brk_info->type = xdstrdup(CMD_OPTION('t'));
xdstrdup         1045 xdebug_handler_dbgp.c 		xdebug_xml_add_attribute_ex(*retval, "state", xdstrdup(CMD_OPTION('s')), 0, 1);
xdstrdup         1093 xdebug_handler_dbgp.c 		brk_info->functionname = xdstrdup(CMD_OPTION('m'));
xdstrdup         1097 xdebug_handler_dbgp.c 			brk_info->classname = xdstrdup(CMD_OPTION('a'));
xdstrdup         1124 xdebug_handler_dbgp.c 		brk_info->exceptionname = xdstrdup(CMD_OPTION('x'));
xdstrdup         1203 xdebug_handler_dbgp.c 	xdebug_xml_add_text_encode(message, xdstrdup(str));
xdstrdup         1275 xdebug_handler_dbgp.c 	xdebug_xml_add_attribute_ex(*retval, "success", xdstrdup(success), 0, 1);
xdstrdup         1287 xdebug_handler_dbgp.c 	xdebug_xml_add_attribute_ex(*retval, "filename", xdstrdup(context->program_name), 0, 1);
xdstrdup         1377 xdebug_handler_dbgp.c 	xdebug_xml_add_attribute_ex(*retval, "feature_name", xdstrdup(CMD_OPTION('n')), 0, 1);
xdstrdup         1381 xdebug_handler_dbgp.c 			xdebug_xml_add_text(*retval, xdstrdup("line call return"));
xdstrdup         1390 xdebug_handler_dbgp.c 			xdebug_xml_add_text(*retval, xdstrdup("iso-8859-1"));
xdstrdup         1395 xdebug_handler_dbgp.c 			xdebug_xml_add_text(*retval, xdstrdup("PHP"));
xdstrdup         1400 xdebug_handler_dbgp.c 			xdebug_xml_add_text(*retval, xdstrdup("0"));
xdstrdup         1405 xdebug_handler_dbgp.c 			xdebug_xml_add_text(*retval, xdstrdup(PHP_VERSION));
xdstrdup         1425 xdebug_handler_dbgp.c 			xdebug_xml_add_text(*retval, xdstrdup(DBGP_VERSION));
xdstrdup         1430 xdebug_handler_dbgp.c 			xdebug_xml_add_text(*retval, xdstrdup("iso-8859-1"));
xdstrdup         1435 xdebug_handler_dbgp.c 			xdebug_xml_add_text(*retval, xdstrdup("0"));
xdstrdup         1440 xdebug_handler_dbgp.c 			xdebug_xml_add_text(*retval, xdstrdup("0"));
xdstrdup         1450 xdebug_handler_dbgp.c 			xdebug_xml_add_text(*retval, xdstrdup(lookup_cmd(CMD_OPTION('n')) ? "1" : "0"));
xdstrdup         1508 xdebug_handler_dbgp.c 	xdebug_xml_add_attribute_ex(*retval, "feature", xdstrdup(CMD_OPTION('n')), 0, 1);
xdstrdup         1717 xdebug_handler_dbgp.c 			full_name = xdstrdup(name);
xdstrdup         1719 xdebug_handler_dbgp.c 		xdebug_xml_add_attribute_ex(contents, "name", xdstrdup(name), 0, 1);
xdstrdup         1720 xdebug_handler_dbgp.c 		xdebug_xml_add_attribute_ex(contents, "fullname", xdstrdup(full_name), 0, 1);
xdstrdup         2017 xdebug_handler_dbgp.c 		xdebug_xml_add_attribute_ex(retval, "command", xdstrdup(cmd), 0, 1);
xdstrdup         2026 xdebug_handler_dbgp.c 		xdebug_xml_add_attribute_ex(retval, "transaction_id", xdstrdup(CMD_OPTION('i')), 0, 1);
xdstrdup         2045 xdebug_handler_dbgp.c 				XG(lasttransid) = xdstrdup(CMD_OPTION('i'));
xdstrdup         2132 xdebug_handler_dbgp.c 	xdebug_xml_add_text(child, xdstrdup(XDEBUG_NAME));
xdstrdup         2136 xdebug_handler_dbgp.c 	xdebug_xml_add_text(child, xdstrdup(XDEBUG_AUTHOR));
xdstrdup         2140 xdebug_handler_dbgp.c 	xdebug_xml_add_text(child, xdstrdup(XDEBUG_URL));
xdstrdup         2144 xdebug_handler_dbgp.c 	xdebug_xml_add_text(child, xdstrdup(XDEBUG_COPYRIGHT));
xdstrdup         2148 xdebug_handler_dbgp.c 		xdebug_xml_add_attribute_ex(response, "fileuri", xdstrdup("dbgp://stdin"), 0, 1);
xdstrdup         2157 xdebug_handler_dbgp.c 		xdebug_xml_add_attribute_ex(response, "session", xdstrdup(getenv("DBGP_COOKIE")), 0, 1);
xdstrdup         2161 xdebug_handler_dbgp.c 		xdebug_xml_add_attribute_ex(response, "idekey", xdstrdup(XG(ide_key)), 0, 1);
xdstrdup         2308 xdebug_handler_dbgp.c 	xdebug_xml_add_attribute_ex(error, "exception", xdstrdup(errortype), 0, 1);
xdstrdup         2309 xdebug_handler_dbgp.c 	xdebug_xml_add_text(error, xdstrdup(message));
xdstrdup           45 xdebug_handler_dbgp.h 			xdebug_xml_add_text(message, xdstrdup(error_entry->message)); \
xdstrdup          340 xdebug_handler_gdb.c 				str_rep = xdstrdup("*uninitialized*");
xdstrdup          483 xdebug_handler_gdb.c 			XG(context).list.last_file = xdstrdup(file);
xdstrdup          658 xdebug_handler_gdb.c 		extra_brk_info->classname = xdstrdup(method->args[0]);
xdstrdup          659 xdebug_handler_gdb.c 		extra_brk_info->functionname = xdstrdup(method->args[1]);
xdstrdup          677 xdebug_handler_gdb.c 		extra_brk_info->classname = xdstrdup(method->args[0]);
xdstrdup          678 xdebug_handler_gdb.c 		extra_brk_info->functionname = xdstrdup(method->args[1]);
xdstrdup          731 xdebug_handler_gdb.c 				extra_brk_info->condition = xdstrdup(eval.d);
xdstrdup          741 xdebug_handler_gdb.c 		extra_brk_info->functionname = xdstrdup(args->args[0]);
xdstrdup         1292 xdebug_handler_gdb.c 			*error = xdstrdup(ret_err);
xdstrdup         1298 xdebug_handler_gdb.c 		*error = xdstrdup(cmd->description);
xdstrdup           46 xdebug_handler_php3.c 	return (char *) xdstrdup(tmpname);
xdstrdup          174 xdebug_profiler.c 		ce->filename = xdstrdup(fse->filename);
xdstrdup          175 xdebug_profiler.c 		ce->function = xdstrdup(tmp_name);
xdstrdup           40 xdebug_var.c   			return xdstrdup("Fatal error");
xdstrdup           44 xdebug_var.c   			return xdstrdup("Catchable fatal error");
xdstrdup           51 xdebug_var.c   			return xdstrdup("Warning");
xdstrdup           54 xdebug_var.c   			return xdstrdup("Parse error");
xdstrdup           58 xdebug_var.c   			return xdstrdup("Notice");
xdstrdup           62 xdebug_var.c   			return xdstrdup("Strict standards");
xdstrdup           66 xdebug_var.c   			return xdstrdup("Unknown error");
xdstrdup          428 xdebug_var.c   			name = xdstrdup(hash_key->arKey);
xdstrdup          535 xdebug_var.c   				xdebug_xml_add_text_encode(node, xdstrdup(Z_STRVAL_PP(struc)));
xdstrdup          572 xdebug_var.c   			xdebug_xml_add_attribute_ex(node, "classname", xdstrdup(class_name), 0, 1);
xdstrdup          575 xdebug_var.c   			xdebug_xml_add_attribute_ex(node, "classname", xdstrdup(Z_OBJCE_PP(struc)->name), 0, 1);
xdstrdup          625 xdebug_var.c   			full_name = xdstrdup(name);
xdstrdup          627 xdebug_var.c   		xdebug_xml_add_attribute_ex(node, "name", xdstrdup(name), 0, 1);
xdstrdup          628 xdebug_var.c   		xdebug_xml_add_attribute_ex(node, "fullname", xdstrdup(full_name), 0, 1);
xdstrdup          843 xdebug_var.c   					return xdstrdup(f.function);
xdstrdup          846 xdebug_var.c   				return xdstrdup(f.function);
xdstrdup          888 xdebug_var.c   			return xdstrdup("eval");
xdstrdup          892 xdebug_var.c   			return xdstrdup("include");
xdstrdup          896 xdebug_var.c   			return xdstrdup("include_once");
xdstrdup          900 xdebug_var.c   			return xdstrdup("require");
xdstrdup          904 xdebug_var.c   			return xdstrdup("require_once");
xdstrdup          908 xdebug_var.c   			return xdstrdup("{unknown}");