Changeset View
Changeset View
Standalone View
Standalone View
xhprof_lib/utils/xhprof_lib.php
| Show First 20 Lines • Show All 937 Lines • ▼ Show 20 Lines | function xhprof_get_matching_functions($q, $xhprof_data) { | ||||
| $res = array_keys($matches); | $res = array_keys($matches); | ||||
| // sort it so the answers are in some reliable order... | // sort it so the answers are in some reliable order... | ||||
| asort($res); | asort($res); | ||||
| return ($res); | return ($res); | ||||
| } | } | ||||