diff options
| author | Anatol Belski <ab@php.net> | 2014-12-10 12:23:46 +0100 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2014-12-10 12:23:46 +0100 |
| commit | da785500066d90fb474f8829e7a7ced83f2e5f8d (patch) | |
| tree | 5443b8d062125bf895ac6e6f6e39aef6d083eb97 /Zend/zend_execute.c | |
| parent | aeb30576f6e6f4458c922a5c7ac15ec1a25625f9 (diff) | |
| download | php-git-da785500066d90fb474f8829e7a7ced83f2e5f8d.tar.gz | |
fix TS build and C89 compat
Diffstat (limited to 'Zend/zend_execute.c')
| -rw-r--r-- | Zend/zend_execute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_execute.c b/Zend/zend_execute.c index 283de41f7b..fbe52fe95a 100644 --- a/Zend/zend_execute.c +++ b/Zend/zend_execute.c @@ -934,7 +934,7 @@ static zend_always_inline void zend_assign_to_object_dim(zval *retval, zval *obj } } -static void zend_binary_assign_op_obj_dim(zval *object, zval *property, zval *value, zval *retval, int (*binary_op)(zval *result, zval *op1, zval *op2 TSRMLS_DC)) +static void zend_binary_assign_op_obj_dim(zval *object, zval *property, zval *value, zval *retval, int (*binary_op)(zval *result, zval *op1, zval *op2 TSRMLS_DC) TSRMLS_DC) { zval *z; zval rv; |
