/
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/bug70662.phpt
--TEST-- Bug #70662: Duplicate array key via undefined index error handler --FILE-- <?php $a = []; set_error_handler(function() use(&$a) { $a['b'] = 2; }); $a['b'] += 1; var_dump($a); ?> --EXPECT-- array(1) { ["b"]=> int(2) }
Copyright ©2k19 -
Hexid
|
Tex7ure