diff options
Diffstat (limited to 'ext/mysqli/tests/reflection_tools.inc')
-rw-r--r-- | ext/mysqli/tests/reflection_tools.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/tests/reflection_tools.inc b/ext/mysqli/tests/reflection_tools.inc index a96634b3c..c8338bfa2 100644 --- a/ext/mysqli/tests/reflection_tools.inc +++ b/ext/mysqli/tests/reflection_tools.inc @@ -94,7 +94,7 @@ foreach ($params as $k => $param) $tmp[$param->getName()] = $param; - ksort($tmp, SORT_STRING); +// ksort($tmp, SORT_STRING); foreach ($tmp as $param) inspectParameter($method, $param); } |