diff options
author | Xinchen Hui <laruence@php.net> | 2014-06-28 12:20:35 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2014-06-28 12:20:35 +0800 |
commit | b6e9c76d67a8cfb397598ac354d9aeb9609ba1d2 (patch) | |
tree | 74a1e3cec4c687e7f07d4b3f3b7720fe7fa39158 /ext/intl/breakiterator/breakiterator_class.cpp | |
parent | 7614fe810eba7ce16f100c2c9e592922fd9e739c (diff) | |
download | php-git-b6e9c76d67a8cfb397598ac354d9aeb9609ba1d2.tar.gz |
Refactoring ext/intl (only compilerable now, far to finish :<)
Diffstat (limited to 'ext/intl/breakiterator/breakiterator_class.cpp')
-rw-r--r-- | ext/intl/breakiterator/breakiterator_class.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/breakiterator/breakiterator_class.cpp b/ext/intl/breakiterator/breakiterator_class.cpp index e756f366ef..73d4b7550f 100644 --- a/ext/intl/breakiterator/breakiterator_class.cpp +++ b/ext/intl/breakiterator/breakiterator_class.cpp @@ -135,7 +135,7 @@ static zend_object *BreakIterator_clone_obj(zval *object TSRMLS_DC) /* {{{ get_debug_info handler for BreakIterator */ static HashTable *BreakIterator_get_debug_info(zval *object, int *is_temp TSRMLS_DC) { - zval zv = zval_used_for_init; + zval zv; BreakIterator_object *bio; const BreakIterator *biter; |