mirror of
https://github.com/php/php-src.git
synced 2026-04-23 16:08:35 +02:00
6 lines
54 B
PHP
6 lines
54 B
PHP
<?php
|
|
|
|
function get_x() {
|
|
return $GLOBALS["x"];
|
|
}
|