parser/tests/0191/code.php

6 lines
44 B
PHP
Raw Normal View History

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