xref
: /
php-src
/
ext
/
opcache
/
tests
/
gh15021_required.inc
(revision 2e9cc9bc)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
3
function f(): int {
4
return g();
5
}
6