sory guys my English not very good. i try to explain my self. i got Linux mint 16 and PHP version 5.5.8. on APACHE server. i'm do some practice and i know that i cant send headers after output. and the problem is that is sending headers and not throwing errors.
I know exactly what this code should not work, but it is working
echo "hello";
var_dump('hello');
header('Location: lerning2.php');
I think that this is a problem in the server configuration. Who knows what the problem might be?