Closed
Description
When using \Phalcon\Debug the code output to show you where in the code the exception was thrown consists of nothing but opening PHP tags, ie:
<?php
<?php
<?php
<?php
It looks like the tags are from the correct file, as sometimes they're <?php
and sometimes <?PHP
.
Using v1.3.0.
The line numbers are all there and correct, and the correct number is highlighted, it's just that the code on that line is always an opening PHP tag.