<?php function test() { $var = null; echo "a $var\n"; $var = 'pizza'; echo "b $var\n"; } test();
You have javascript disabled. You will not be able to edit any code.