/
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/bug24281.phpt
--TEST-- Bug #24281 (str_replace count not returned if variable wasn't initialized) --FILE-- <?php $string = "He had had to have had it"; $newstring = str_replace("had", "foo", $string, $count); print "$count changes were made.\n"; $count = "foo"; $newstring = str_replace("had", "foo", $string, $count); print "$count changes were made.\n"; ?> --EXPECT-- 3 changes were made. 3 changes were made.
Copyright ©2k19 -
Hexid
|
Tex7ure