mirror of
https://github.com/danog/parser.git
synced 2024-12-02 17:38:16 +01:00
8 lines
80 B
PHP
8 lines
80 B
PHP
|
<?php
|
||
|
|
||
|
class foo {
|
||
|
public function bar(): parent {
|
||
|
exit(1);
|
||
|
}
|
||
|
}
|