<?php

if (true) {

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

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

// Check handling of case and FQN state.
if (\true) {
} else if (\FALSE) {
}
