php-src/Zend/tests/bug81377.phpt
Nikita Popov a40ccd758c Fixed bug #81377
BP_VAR_UNSET should not result in undefined warnings.
2021-08-24 15:05:53 +02:00

12 lines
146 B
PHP

--TEST--
Bug #81377: unset() of $GLOBALS sub-key yields warning
--FILE--
<?php
unset($GLOBALS['foo']['bar']);
?>
===DONE==
--EXPECT--
===DONE==