/
proc
/
3430793
/
root
/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
standard
/
tests
/
array
/
File Upload :
llllll
Current File: //proc/3430793/root/usr/local/lsws/phpbuild/php-8.0.7/ext/standard/tests/array/bug44929.phpt
--TEST-- Bug #44929 (natsort doesn't handle leading zeros well) --FILE-- <?php $a = array('001','008','005','00011','03','000014','-123','0.002','00','0','0_0','0-0'); natsort($a); var_dump($a); ?> --EXPECT-- array(12) { [6]=> string(4) "-123" [8]=> string(2) "00" [9]=> string(1) "0" [11]=> string(3) "0-0" [7]=> string(5) "0.002" [10]=> string(3) "0_0" [0]=> string(3) "001" [4]=> string(2) "03" [2]=> string(3) "005" [1]=> string(3) "008" [3]=> string(5) "00011" [5]=> string(6) "000014" }
Copyright ©2k19 -
Hexid
|
Tex7ure