1 2 3 4 5 6 7 8 9 10
--TEST-- Bug #38211 (variable name and cookie name match breaks script execution) --FILE-- <?php $test = 'test'; unset($$test); echo "ok\n"; ?> --EXPECT-- ok