Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
--TEST-- Test array_multisort() function : usage variation - testing with empty array --FI..
Decoded Output download
*** Testing array_multisort() : Testing with empty array ***
Did this file decode correctly?
Original Code
--TEST--
Test array_multisort() function : usage variation - testing with empty array
--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)
Function Calls
array_multisort | 1 |
Stats
MD5 | 60aa0e0805429756251e90dbd7f335b0 |
Eval Count | 0 |
Decode Time | 88 ms |