mirror of
https://github.com/danog/parser.git
synced 2024-11-26 20:04:57 +01:00
8de571f97f
Signed-off-by: azjezz <azjezz@protonmail.com>
8 lines
81 B
PHP
8 lines
81 B
PHP
<?php
|
|
|
|
class a {
|
|
public function foo() {
|
|
$a = static::bar();
|
|
}
|
|
}
|