ru_php/ext/opcache/tests/gh17422/warning.inc

9 lines
138 B
PHP

<?php
function warning() {
switch (1) {
case 1:
echo "OK: ", __FUNCTION__, PHP_EOL;
continue;
}
}