/
proc
/
self
/
root
/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
standard
/
tests
/
array
/
File Upload :
llllll
Current File: //proc/self/root/usr/local/lsws/phpbuild/php-8.0.7/ext/standard/tests/array/bug30833.phpt
--TEST-- Bug #30833 (array_count_values() modifies input array) --FILE-- <?php $foo = array('abc', '0000'); var_dump($foo); $count = array_count_values( $foo ); var_dump($count); var_dump($foo); echo "Done\n"; ?> --EXPECT-- array(2) { [0]=> string(3) "abc" [1]=> string(4) "0000" } array(2) { ["abc"]=> int(1) ["0000"]=> int(1) } array(2) { [0]=> string(3) "abc" [1]=> string(4) "0000" } Done
Copyright ©2k19 -
Hexid
|
Tex7ure