parser/tests/0045/code.php
2022-11-30 00:43:37 +00:00

7 lines
63 B
PHP

<?php
class Foo {
function bar() {
echo 1;
}
}