xdebug_xml_add_attribute_ex 678 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(tmp, "where", xdstrdup(tmp_fname), 0, 1); xdebug_xml_add_attribute_ex 679 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(tmp, "level", xdebug_sprintf("%ld", nr), 0, 1); xdebug_xml_add_attribute_ex 682 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(tmp, "type", xdstrdup("eval"), 0, 1); xdebug_xml_add_attribute_ex 683 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(tmp, "filename", tmp_filename, 0, 0); xdebug_xml_add_attribute_ex 685 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(tmp, "type", xdstrdup("file"), 0, 1); xdebug_xml_add_attribute_ex 686 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(tmp, "filename", xdebug_path_to_url(fse_prev->filename TSRMLS_CC), 0, 1); xdebug_xml_add_attribute_ex 688 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(tmp, "lineno", xdebug_sprintf("%lu", fse_prev->lineno TSRMLS_CC), 0, 1); xdebug_xml_add_attribute_ex 690 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(tmp, "type", xdstrdup("file"), 0, 1); xdebug_xml_add_attribute_ex 691 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(tmp, "filename", xdebug_path_to_url(zend_get_executed_filename(TSRMLS_C) TSRMLS_CC), 0, 1); xdebug_xml_add_attribute_ex 692 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(tmp, "lineno", xdebug_sprintf("%lu", zend_get_executed_lineno(TSRMLS_C)), 0, 1); xdebug_xml_add_attribute_ex 756 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(xml, "type", xdstrdup(brk->type), 0, 1); xdebug_xml_add_attribute_ex 759 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(xml, "filename", xdebug_path_to_url(brk->file TSRMLS_CC), 0, 1); xdebug_xml_add_attribute_ex 762 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(xml, "lineno", xdebug_sprintf("%lu", brk->lineno), 0, 1); xdebug_xml_add_attribute_ex 765 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(xml, "function", xdstrdup(brk->functionname), 0, 1); xdebug_xml_add_attribute_ex 768 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(xml, "class", xdstrdup(brk->classname), 0, 1); xdebug_xml_add_attribute_ex 777 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(xml, "hit_count", xdebug_sprintf("%lu", brk->hit_count), 0, 1); xdebug_xml_add_attribute_ex 789 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(xml, "hit_value", xdebug_sprintf("%lu", brk->hit_value), 0, 1); xdebug_xml_add_attribute_ex 965 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(breakpoint_node, "id", xdstrdup(CMD_OPTION('d')), 0, 1); xdebug_xml_add_attribute_ex 1004 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(child, "id", xdebug_sprintf("%lu", admin->id), 0, 1); xdebug_xml_add_attribute_ex 1045 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(*retval, "state", xdstrdup(CMD_OPTION('s')), 0, 1); xdebug_xml_add_attribute_ex 1139 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(*retval, "id", xdebug_sprintf("%d", brk_id), 0, 1); xdebug_xml_add_attribute_ex 1202 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(message, "type", (char *)name, 0, 0); xdebug_xml_add_attribute_ex 1275 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(*retval, "success", xdstrdup(success), 0, 1); xdebug_xml_add_attribute_ex 1287 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(*retval, "filename", xdstrdup(context->program_name), 0, 1); xdebug_xml_add_attribute_ex 1377 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(*retval, "feature_name", xdstrdup(CMD_OPTION('n')), 0, 1); xdebug_xml_add_attribute_ex 1508 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(*retval, "feature", xdstrdup(CMD_OPTION('n')), 0, 1); xdebug_xml_add_attribute_ex 1509 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(*retval, "success", "1", 0, 0); xdebug_xml_add_attribute_ex 1719 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(contents, "name", xdstrdup(name), 0, 1); xdebug_xml_add_attribute_ex 1720 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(contents, "fullname", xdstrdup(full_name), 0, 1); xdebug_xml_add_attribute_ex 1771 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(*retval, "depth", xdebug_sprintf("%lu", XG(level)), 0, 1); xdebug_xml_add_attribute_ex 2017 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(retval, "command", xdstrdup(cmd), 0, 1); xdebug_xml_add_attribute_ex 2026 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(retval, "transaction_id", xdstrdup(CMD_OPTION('i')), 0, 1); xdebug_xml_add_attribute_ex 2033 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(error, "code", xdebug_sprintf("%lu", res), 0, 1); xdebug_xml_add_attribute_ex 2052 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(error, "code", xdebug_sprintf("%lu", XDEBUG_ERROR_UNIMPLEMENTED), 0, 1); xdebug_xml_add_attribute_ex 2148 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(response, "fileuri", xdstrdup("dbgp://stdin"), 0, 1); xdebug_xml_add_attribute_ex 2150 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(response, "fileuri", xdebug_path_to_url(context->program_name TSRMLS_CC), 0, 1); xdebug_xml_add_attribute_ex 2152 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(response, "language", "PHP", 0, 0); xdebug_xml_add_attribute_ex 2153 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(response, "protocol_version", DBGP_VERSION, 0, 0); xdebug_xml_add_attribute_ex 2154 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(response, "appid", xdebug_sprintf("%d", getpid()), 0, 1); xdebug_xml_add_attribute_ex 2157 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(response, "session", xdstrdup(getenv("DBGP_COOKIE")), 0, 1); xdebug_xml_add_attribute_ex 2161 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(response, "idekey", xdstrdup(XG(ide_key)), 0, 1); xdebug_xml_add_attribute_ex 2221 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(response, "command", XG(lastcmd), 0, 0); xdebug_xml_add_attribute_ex 2222 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(response, "transaction_id", XG(lasttransid), 0, 0); xdebug_xml_add_attribute_ex 2224 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(response, "status", xdebug_dbgp_status_strings[XG(status)], 0, 0); xdebug_xml_add_attribute_ex 2225 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(response, "reason", xdebug_dbgp_reason_strings[XG(reason)], 0, 0); xdebug_xml_add_attribute_ex 2301 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(response, "command", XG(lastcmd), 0, 0); xdebug_xml_add_attribute_ex 2302 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(response, "transaction_id", XG(lasttransid), 0, 1); xdebug_xml_add_attribute_ex 2307 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(error, "code", xdebug_sprintf("%lu", type), 0, 1); xdebug_xml_add_attribute_ex 2308 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(error, "exception", xdstrdup(errortype), 0, 1); xdebug_xml_add_attribute_ex 2332 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(response, "command", XG(lastcmd), 0, 0); xdebug_xml_add_attribute_ex 2333 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(response, "transaction_id", XG(lasttransid), 0, 1); xdebug_xml_add_attribute_ex 41 xdebug_handler_dbgp.h xdebug_xml_add_attribute_ex(error, "code", xdebug_sprintf("%u", (c)), 0, 1); \ xdebug_xml_add_attribute_ex 447 xdebug_var.c xdebug_xml_add_attribute_ex(node, "name", name, 0, 1); xdebug_xml_add_attribute_ex 449 xdebug_var.c xdebug_xml_add_attribute_ex(node, "fullname", full_name, 0, 1); xdebug_xml_add_attribute_ex 451 xdebug_var.c xdebug_xml_add_attribute_ex(node, "address", xdebug_sprintf("%ld", (long) *zv), 0, 1); xdebug_xml_add_attribute_ex 491 xdebug_var.c xdebug_xml_add_attribute_ex(node, "fullname", full_name, 0, 1); xdebug_xml_add_attribute_ex 495 xdebug_var.c xdebug_xml_add_attribute_ex(node, "address", xdebug_sprintf("%ld", (long) *zv), 0, 1); xdebug_xml_add_attribute_ex 547 xdebug_var.c xdebug_xml_add_attribute_ex(node, "numchildren", xdebug_sprintf("%d", myht->nNumOfElements), 0, 1); xdebug_xml_add_attribute_ex 551 xdebug_var.c xdebug_xml_add_attribute_ex(node, "page", xdebug_sprintf("%d", options->runtime[level].page), 0, 1); xdebug_xml_add_attribute_ex 552 xdebug_var.c xdebug_xml_add_attribute_ex(node, "pagesize", xdebug_sprintf("%d", options->max_children), 0, 1); xdebug_xml_add_attribute_ex 572 xdebug_var.c xdebug_xml_add_attribute_ex(node, "classname", xdstrdup(class_name), 0, 1); xdebug_xml_add_attribute_ex 575 xdebug_var.c xdebug_xml_add_attribute_ex(node, "classname", xdstrdup(Z_OBJCE_PP(struc)->name), 0, 1); xdebug_xml_add_attribute_ex 579 xdebug_var.c xdebug_xml_add_attribute_ex(node, "numchildren", xdebug_sprintf("%d", zend_hash_num_elements(myht)), 0, 1); xdebug_xml_add_attribute_ex 583 xdebug_var.c xdebug_xml_add_attribute_ex(node, "page", xdebug_sprintf("%d", options->runtime[level].page), 0, 1); xdebug_xml_add_attribute_ex 584 xdebug_var.c xdebug_xml_add_attribute_ex(node, "pagesize", xdebug_sprintf("%d", options->max_children), 0, 1); xdebug_xml_add_attribute_ex 627 xdebug_var.c xdebug_xml_add_attribute_ex(node, "name", xdstrdup(name), 0, 1); xdebug_xml_add_attribute_ex 628 xdebug_var.c xdebug_xml_add_attribute_ex(node, "fullname", xdstrdup(full_name), 0, 1); xdebug_xml_add_attribute_ex 630 xdebug_var.c xdebug_xml_add_attribute_ex(node, "address", xdebug_sprintf("%ld", (long) val), 0, 1); xdebug_xml_add_attribute_ex 68 xdebug_xml.c xdebug_xml_add_attribute_ex(node, "encoding", "base64", 0, 0); xdebug_xml_add_attribute_ex 57 xdebug_xml.h #define xdebug_xml_add_attribute(x,a,v) xdebug_xml_add_attribute_ex((x), (a), (v), 0, 0); xdebug_xml_add_attribute_ex 60 xdebug_xml.h void xdebug_xml_add_attribute_ex(xdebug_xml_node* xml, char *attribute, char *value, int free_name, int free_value);