parser/tests/fixtures/0190/code.php

6 lines
45 B
PHP
Raw Normal View History

<?php
function foo() {
static $a, $b;
}