<?php

echo "test";

error_log(__LINE__);

?>                                                                                                   

<html>


<?php echo "test"; error_log("test". __LINE__); ?>
</html>
