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