TypePHP 编译器 https://swoole.com/aot/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

14 lines
308 B

--TEST--
Test array_multisort() function : usage variation - testing with empty array
--SKIPIF--
--FILE--
<?php
echo "*** Testing array_multisort() : Testing with empty array ***\n";
var_dump(array_multisort(array()));
?>
--EXPECT--
*** Testing array_multisort() : Testing with empty array ***
bool(true)