xref: /php-src/ext/opcache/tests/jit/gh8461-005.inc (revision 6c254131)
1<?php
2
3$x = 0;
4
5function test() {
6        global $x;
7        $x += 1;
8}
9