mirror of
https://github.com/danog/parser.git
synced 2024-12-16 10:57:07 +01:00
7 lines
63 B
PHP
7 lines
63 B
PHP
|
<?php
|
||
|
|
||
|
class Foo {
|
||
|
function bar() {
|
||
|
echo 1;
|
||
|
}
|
||
|
}
|