xref
: /
PHP-8.1
/
ext
/
opcache
/
tests
/
preload_globals.inc
(revision f8d79582)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
3
function get_x() {
4
return $GLOBALS["x"];
5
}
6