diff options
author | Ondřej Surý <ondrej@sury.org> | 2010-10-21 08:52:46 +0200 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2010-10-21 08:52:46 +0200 |
commit | 01fcdff3849c3691d9aaeaab735846ab6d8895ca (patch) | |
tree | 6460876d356113fa7053df36f2aa00baa7db24a9 /ext/mysqli/tests/reflection_tools.inc | |
parent | 855a09f4eded707941180c9d90acd17c25e29447 (diff) | |
download | php-upstream/5.3.3.tar.gz |
Imported Upstream version 5.3.3upstream/5.3.3
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); } |