summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2004-12-02 16:36:00 +0000
committerAntony Dovgal <tony2001@php.net>2004-12-02 16:36:00 +0000
commit0cb5aa2d53230fa34f2d411a3cb6eb8014c6e02d (patch)
treed0a87932c602ca2c02edc9e6124160e99b8d0a50 /ext
parent89c61babece31fb89e5dbe9700cb0875bd27561e (diff)
downloadphp-git-0cb5aa2d53230fa34f2d411a3cb6eb8014c6e02d.tar.gz
MFH: revert my last patch
Diffstat (limited to 'ext')
-rw-r--r--ext/standard/array.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/array.c b/ext/standard/array.c
index 619aa85779..5843d380e2 100644
--- a/ext/standard/array.c
+++ b/ext/standard/array.c
@@ -3543,7 +3543,6 @@ PHP_FUNCTION(array_multisort)
* array, and the very first argument has to be an array.
*/
for (i = 0; i < argc; i++) {
- SEPARATE_ZVAL(args[i]);
if (Z_TYPE_PP(args[i]) == IS_ARRAY) {
/* We see the next array, so we update the sort flags of
the previous array and reset the sort flags. */