<?php

if (true) {

} else if (false) {
    
} elseif (true) {
    
}

if (file_exists(__FILE__) === true) {
    
}

// Intentional parse error/live coding.
// This needs to be the last test in the file.
if(true
