<?php
function scope0() {
    $var = 'scope0';
    $break = null;
}

scope0();

?>
