/
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/bug61165.phpt
--TEST-- Bug #61165 (Segfault - strip_tags()) --FILE-- <?php $handler = NULL; class T { public $_this; public function __toString() { global $handler; $handler = $this; $this->_this = $this; // <-- uncomment this return 'A'; } } $t = new T; for ($i = 0; $i < 3; $i++) { strip_tags($t); strip_tags(new T); } var_dump($handler); ?> --EXPECTF-- object(T)#%d (1) { ["_this"]=> *RECURSION* }
Copyright ©2k19 -
Hexid
|
Tex7ure