summaryrefslogtreecommitdiff
path: root/ext/opcache/tests/preload_globals.inc
blob: 7ae442dc030182518f87e1a6e4e45ffb35dd6d93 (plain)
1
2
3
4
5
<?php

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