I tried this:
qp(QueryPath::XHTML_STUB, NULL, array('replace_entities' => false))->find('title')->text('Título teste');
This way, I still get
<title>T&iacute;tulo teste</title>
I tried this:
qp(QueryPath::XHTML_STUB, NULL, array('replace_entities' => false))->find('title')->text('Título teste');
This way, I still get
<title>T&iacute;tulo teste</title>