parser/tests/fixtures/0267/code.php

5 lines
69 B
PHP
Raw Normal View History

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