diff options
author | Xinchen Hui <laruence@php.net> | 2014-06-29 15:24:00 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2014-06-29 15:28:55 +0800 |
commit | 9fb8c16b6cd5f8c47ab6b83b821f0bf79448bcac (patch) | |
tree | 5075a8b9876f9175501237ab687fe5a14845e316 /ext/intl/breakiterator/breakiterator_class.h | |
parent | e1437022e188747495badcfa2b86282456bc27e8 (diff) | |
download | php-git-9fb8c16b6cd5f8c47ab6b83b821f0bf79448bcac.tar.gz |
Fixed temporarily un-expected object re-init
Diffstat (limited to 'ext/intl/breakiterator/breakiterator_class.h')
-rw-r--r-- | ext/intl/breakiterator/breakiterator_class.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/breakiterator/breakiterator_class.h b/ext/intl/breakiterator/breakiterator_class.h index 81074c28bd..0cf213f260 100644 --- a/ext/intl/breakiterator/breakiterator_class.h +++ b/ext/intl/breakiterator/breakiterator_class.h @@ -62,7 +62,7 @@ static inline BreakIterator_object *php_intl_breakiterator_fetch_object(zend_obj RETURN_FALSE; \ } -void breakiterator_object_create(zval *object, BreakIterator *break_iter TSRMLS_DC); +void breakiterator_object_create(zval *object, BreakIterator *break_iter, int brand_new TSRMLS_DC); void breakiterator_object_construct(zval *object, BreakIterator *break_iter TSRMLS_DC); |