<?php
$foo = array();
// Control structures without a body fixed by PHPCBF before the changes in this commit.
do { ;
} while ($foo < 5);
foreach ($foo as $bar) {}
if ($foo) {}
if (false) {
} elseif ($foo) {}
if (false) {
} else if ($foo) {}
if (false) {
} else {}