1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 07:28:09 +02:00
Files
archived-php-src/ext/opcache/tests/preload_globals.inc
T
2020-02-03 22:52:20 +01:00

6 lines
54 B
PHP

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