/
proc
/
self
/
root
/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
standard
/
tests
/
strings
/
File Upload :
llllll
Current File: //proc/self/root/usr/local/lsws/phpbuild/php-8.0.7/ext/standard/tests/strings/bug54238.phpt
--TEST-- Bug #54238 (use-after-free in substr_replace()) --FILE-- <?php $f = array(array('A', 'A')); $z = substr_replace($f, $f, $f, 1); var_dump($z, $f); ?> --EXPECTF-- Warning: Array to string conversion in %s on line %d Warning: Array to string conversion in %s on line %d array(1) { [0]=> string(9) "AArrayray" } array(1) { [0]=> array(2) { [0]=> string(1) "A" [1]=> string(1) "A" } }
Copyright ©2k19 -
Hexid
|
Tex7ure