xdebug_path_to_url   60 usefulstuff.h  char *xdebug_path_to_url(const char *fileurl TSRMLS_DC);
xdebug_path_to_url  686 xdebug_handler_dbgp.c 			xdebug_xml_add_attribute_ex(tmp, "filename", xdebug_path_to_url(fse_prev->filename TSRMLS_CC), 0, 1);
xdebug_path_to_url  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_path_to_url  759 xdebug_handler_dbgp.c 		xdebug_xml_add_attribute_ex(xml, "filename", xdebug_path_to_url(brk->file TSRMLS_CC), 0, 1);
xdebug_path_to_url 2150 xdebug_handler_dbgp.c 		xdebug_xml_add_attribute_ex(response, "fileuri", xdebug_path_to_url(context->program_name TSRMLS_CC), 0, 1);