/
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/bug34467.phpt
--TEST-- Bug #34467 (foreach + __get + __set incosistency) --FILE-- <?php class abc { private $arr; function __set ($key, $value) { $this->arr[$key] = $value; } function __get ($key) { return $this->arr[$key]; } } $abc = new abc(); foreach (array (1,2,3) as $abc->k => $abc->v) { var_dump($abc->k,$abc->v); } ?> --EXPECT-- int(0) int(1) int(1) int(2) int(2) int(3)
Copyright ©2k19 -
Hexid
|
Tex7ure