php-8.0.30-src/ext/opcache/tests/preload_globals.inc

6 lines
54 B
PHP

<?php
function get_x() {
return $GLOBALS["x"];
}