mirror of
https://github.com/danog/parser.git
synced 2025-01-09 06:08:25 +01:00
7 lines
63 B
PHP
7 lines
63 B
PHP
|
<?php
|
||
|
|
||
|
class Foo {
|
||
|
function bar() {
|
||
|
echo 1;
|
||
|
}
|
||
|
}
|