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