summaryrefslogtreecommitdiff
path: root/ext/spl/spl_fixedarray.c
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2014-02-27 16:07:36 +0400
committerDmitry Stogov <dmitry@zend.com>2014-02-27 16:07:36 +0400
commit3696e038e5e52cb231b5f0004c53cafed04f90c7 (patch)
tree728a0cb04711142a7856b7b523595e4601773e68 /ext/spl/spl_fixedarray.c
parent4ba590697eaac2242389f78110b60ddd4c29a779 (diff)
downloadphp-git-3696e038e5e52cb231b5f0004c53cafed04f90c7.tar.gz
Various fixes related to read_property(), read_dimension() and iterators refactoring
Diffstat (limited to 'ext/spl/spl_fixedarray.c')
-rw-r--r--ext/spl/spl_fixedarray.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/spl_fixedarray.c b/ext/spl/spl_fixedarray.c
index acff4964f2..5d419898be 100644
--- a/ext/spl/spl_fixedarray.c
+++ b/ext/spl/spl_fixedarray.c
@@ -350,7 +350,7 @@ static inline zval *spl_fixedarray_object_read_dimension_helper(spl_fixedarray_o
}
/* }}} */
-static zval *spl_fixedarray_object_read_dimension(zval *object, zval *offset, int type TSRMLS_DC) /* {{{ */
+static zval *spl_fixedarray_object_read_dimension(zval *object, zval *offset, int type, zval *rv TSRMLS_DC) /* {{{ */
{
spl_fixedarray_object *intern;