| Current Path : /hdd/hdd21/main/php5/php-5.6.6/Zend/tests/ |
| Current File : //hdd/hdd21/main/php5/php-5.6.6/Zend/tests/bug38211.phpt |
--TEST-- Bug #38211 (variable name and cookie name match breaks script execution) --FILE-- <?php $test = 'test'; unset($$test); echo "ok\n"; ?> --EXPECT-- ok