--- embedaddon/php/ext/intl/resourcebundle/resourcebundle_class.c 2013/07/22 01:31:52 1.1.1.3 +++ embedaddon/php/ext/intl/resourcebundle/resourcebundle_class.c 2013/10/14 08:02:21 1.1.1.4 @@ -162,8 +162,8 @@ PHP_FUNCTION( resourcebundle_create ) /* {{{ resourcebundle_array_fetch */ static void resourcebundle_array_fetch(zval *object, zval *offset, zval *return_value, int fallback TSRMLS_DC) { - int32_t meindex; - char * mekey; + int32_t meindex = 0; + char * mekey = NULL; long mekeylen; zend_bool is_numeric = 0; char *pbuf;