xref
: /
PHP-8.2
/
ext
/
opcache
/
tests
/
preloading_no_auto_globals_jit.inc
(revision bbad29b9)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
class Test {
3
function count_global_server() {
4
return count($_SERVER);
5
}
6
}
7