parser/tests/fixtures/0267/code.php
2022-12-07 00:34:34 +00:00

5 lines
69 B
PHP

<?php
function () {
if ($foo) $bar; /* means: no statement */
};