I am building a site and for the life of me can not tell how this character (shows Unicode symbol for invalid codepoint) is being prepended to some (articles) of my pages (before the doctype).
I have searched through the site's program flow and haven't found anything. There is only one echo
, which echoes the request's response after sending headers.
I am using Kohana 3, but I don't think it is too relevant to what I am asking (I've worked with Kohana for years and never had this, I doubt it is framework related).
I have looked at all PHP files included in my application/
folder, and they appear to be normal.
The Request::instance()->execute()
is where the output is originating from in my bootstrap.php
(wrapping the call with echo
s proved this). The articles.php
controller has no output, and either does the model or parent controller.
What methods can I use to find this output?