helly           Thu Oct 18 05:19:13 2007 UTC

  Modified files:              
    /php-src/ext/spl    spl_array.c 
  Log:
  - Missing piece
  
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1=1.131&r2=1.132&diff_format=u
Index: php-src/ext/spl/spl_array.c
diff -u php-src/ext/spl/spl_array.c:1.131 php-src/ext/spl/spl_array.c:1.132
--- php-src/ext/spl/spl_array.c:1.131   Thu Oct 18 04:49:54 2007
+++ php-src/ext/spl/spl_array.c Thu Oct 18 05:19:13 2007
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: spl_array.c,v 1.131 2007/10/18 04:49:54 helly Exp $ */
+/* $Id: spl_array.c,v 1.132 2007/10/18 05:19:13 helly Exp $ */
 
 #ifdef HAVE_CONFIG_H
 # include "config.h"
@@ -1418,7 +1418,7 @@
 
   MAKE_STD_ZVAL(flags);
   ZVAL_LONG(flags, SPL_ARRAY_USE_OTHER);
-       spl_instantiate_arg_ex1(intern->std.ce, &return_value, 0, *entry 
TSRMLS_CC);
+       spl_instantiate_arg_ex2(intern->std.ce, &return_value, 0, *entry, flags 
TSRMLS_CC);
        zval_ptr_dtor(&flags);
 }
 /* }}} */

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to