
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php

// This is an intentional parse error. This test should be the only test in the file!
// NOTE: this is NOT a _real_ merge conflict, but a valid test.

/* testUnclosedHeredoc */
<<<<<<< HEAD
    $a = 10;
=======
    $a = 20;
>>>>>>> master
