/
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/bug77395.phpt
--TEST-- Bug #77395 (segfault about array_multisort) --FILE-- <?php function error_handle($level, $message, $file = '', $line = 0){ $a = [1,2,3]; $b = [3,2,1]; echo $message; array_multisort($a, SORT_ASC, $b); // if comment this line, no segfault happen } set_error_handler('error_handle'); $data = [['aa'=> 'bb',], ['aa'=> 'bb',],]; try { array_multisort(array_column($data, 'bb'),SORT_DESC, $data); // PHP Warning error } catch (\ValueError $e) { echo $e->getMessage() . "\n"; } ?> --EXPECT-- Array sizes are inconsistent
Copyright ©2k19 -
Hexid
|
Tex7ure