parser/tests/0045/code.php

7 lines
63 B
PHP
Raw Normal View History

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