--TEST-- usort() in combination with "Call to a member function method() on null" --FILE-- compare($a, $b); }); var_dump($list); echo "Alive\n"; ?> --EXPECTF-- int(4096) string(43) "Call to a member function compare() on null" int(4096) string(43) "Call to a member function compare() on null" int(4096) string(43) "Call to a member function compare() on null" int(4096) string(43) "Call to a member function compare() on null" int(4096) string(43) "Call to a member function compare() on null" int(4096) string(43) "Call to a member function compare() on null" array(5) { [0]=> int(-1) [1]=> int(3) [2]=> int(2) [3]=> int(4) [4]=> int(1) } Alive