<?php $a = "3"; function test() { global $a; echo $a; } test();
You must be logged in to post a comment.