JosephLenton / PHP-Error

Better error reporting for PHP, and prettier too!
1.35k stars 151 forks source link

show more code from above than below in code snippets #3

Closed JosephLenton closed 12 years ago

JosephLenton commented 12 years ago

Currently code snippets grab an equal amount from above and below.

This change will grab more content from above, as it's usually more important. So it will search up two thirds of the number of line numbers, and down by one third.