<?php

$x = 0;

function test() {
        global $x;
        $x += 1;
}
