parser/tests/0190/code.php
2022-12-04 08:56:53 +00:00

6 lines
45 B
PHP

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