/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
Zend
/
tests
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/Zend/tests/bug79784.phpt
--TEST-- Bug #79784: Use after free if changing array during undef var during array write fetch --FILE-- <?php set_error_handler(function () { $GLOBALS['a'] = null; }); $a[$c] = 'x' ; var_dump($a); $a[$c] .= 'x' ; var_dump($a); $a[$c][$c] = 'x' ; var_dump($a); ?> --EXPECT-- NULL NULL NULL
Copyright ©2k19 -
Hexid
|
Tex7ure