xref
: /
PHP-8.3
/
ext
/
opcache
/
tests
/
jit
/
gh8461-005.inc
(revision 6c254131)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
3
$x = 0;
4
5
function test() {
6
global $x;
7
$x += 1;
8
}
9