Annotation of embedaddon/php/Zend/tests/bug38211.phpt, revision 1.1

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>