/
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/bug76667.phpt
--TEST-- Bug #76667 (Segfault with divide-assign op and __get + __set) --FILE-- <?php class T { public function __get($k) { return $undefined->$k; } public function __set($k, $v) { return $this->$v /= 0; } } $x = new T; try { $x->x = 1; } catch (\DivisionByZeroError $e) { echo $e->getMessage() . \PHP_EOL; } ?> --EXPECTF-- Warning: Undefined variable $undefined in %s on line %d Warning: Attempt to read property "1" on null in %s on line %d Division by zero
Copyright ©2k19 -
Hexid
|
Tex7ure