xdebug_xml_add_text 1381 xdebug_handler_dbgp.c 			xdebug_xml_add_text(*retval, xdstrdup("line call return"));
xdebug_xml_add_text 1390 xdebug_handler_dbgp.c 			xdebug_xml_add_text(*retval, xdstrdup("iso-8859-1"));
xdebug_xml_add_text 1395 xdebug_handler_dbgp.c 			xdebug_xml_add_text(*retval, xdstrdup("PHP"));
xdebug_xml_add_text 1400 xdebug_handler_dbgp.c 			xdebug_xml_add_text(*retval, xdstrdup("0"));
xdebug_xml_add_text 1405 xdebug_handler_dbgp.c 			xdebug_xml_add_text(*retval, xdstrdup(PHP_VERSION));
xdebug_xml_add_text 1410 xdebug_handler_dbgp.c 			xdebug_xml_add_text(*retval, xdebug_sprintf("%ld", options->max_children));
xdebug_xml_add_text 1415 xdebug_handler_dbgp.c 			xdebug_xml_add_text(*retval, xdebug_sprintf("%ld", options->max_data));
xdebug_xml_add_text 1420 xdebug_handler_dbgp.c 			xdebug_xml_add_text(*retval, xdebug_sprintf("%ld", options->max_depth));
xdebug_xml_add_text 1425 xdebug_handler_dbgp.c 			xdebug_xml_add_text(*retval, xdstrdup(DBGP_VERSION));
xdebug_xml_add_text 1430 xdebug_handler_dbgp.c 			xdebug_xml_add_text(*retval, xdstrdup("iso-8859-1"));
xdebug_xml_add_text 1435 xdebug_handler_dbgp.c 			xdebug_xml_add_text(*retval, xdstrdup("0"));
xdebug_xml_add_text 1440 xdebug_handler_dbgp.c 			xdebug_xml_add_text(*retval, xdstrdup("0"));
xdebug_xml_add_text 1445 xdebug_handler_dbgp.c 			xdebug_xml_add_text(*retval, xdebug_sprintf("%ld", options->show_hidden));
xdebug_xml_add_text 1450 xdebug_handler_dbgp.c 			xdebug_xml_add_text(*retval, xdstrdup(lookup_cmd(CMD_OPTION('n')) ? "1" : "0"));
xdebug_xml_add_text 2132 xdebug_handler_dbgp.c 	xdebug_xml_add_text(child, xdstrdup(XDEBUG_NAME));
xdebug_xml_add_text 2136 xdebug_handler_dbgp.c 	xdebug_xml_add_text(child, xdstrdup(XDEBUG_AUTHOR));
xdebug_xml_add_text 2140 xdebug_handler_dbgp.c 	xdebug_xml_add_text(child, xdstrdup(XDEBUG_URL));
xdebug_xml_add_text 2144 xdebug_handler_dbgp.c 	xdebug_xml_add_text(child, xdstrdup(XDEBUG_COPYRIGHT));
xdebug_xml_add_text 2309 xdebug_handler_dbgp.c 	xdebug_xml_add_text(error, xdstrdup(message));
xdebug_xml_add_text   45 xdebug_handler_dbgp.h 			xdebug_xml_add_text(message, xdstrdup(error_entry->message)); \
xdebug_xml_add_text  515 xdebug_var.c   			xdebug_xml_add_text(node, xdebug_sprintf("%d", Z_LVAL_PP(struc)));
xdebug_xml_add_text  524 xdebug_var.c   			xdebug_xml_add_text(node, xdebug_sprintf("%ld", Z_LVAL_PP(struc)));
xdebug_xml_add_text  529 xdebug_var.c   			xdebug_xml_add_text(node, xdebug_sprintf("%.*G", (int) EG(precision), Z_DVAL_PP(struc)));
xdebug_xml_add_text  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"));