char* old_error_code = SOAP_GLOBAL(error_code);
int uri_len;
php_stream_context *context=NULL;
- zval **tmp, **proxy_host, **proxy_port, *orig_context, *new_context;
+ zval **tmp, **proxy_host, **proxy_port, *orig_context = NULL, *new_context = NULL;
smart_str headers = {0};
if (SUCCESS == zend_hash_find(Z_OBJPROP_P(this_ptr),
zval **param;
int arg_count;
zval **tmp;
- zend_bool free_soap_headers;
+ zend_bool free_soap_headers = 0;
HashPosition pos;
{
zval *zobject, *retval;
spl_dual_it_object *intern;
- zend_class_entry *ce;
+ zend_class_entry *ce = NULL;
int inc_refcount = 1;
/* calculate pow(long,long) in O(log exp) operations, bail if overflow */
while (i >= 1) {
int overflow;
- double dval;
+ double dval = 0.0;
if (i % 2) {
--i;
zval *id;
int source_len = 0, encoding_len = 0;
long options = 0;
- xmlreader_object *intern;
+ xmlreader_object *intern = NULL;
char *source, *valid_file = NULL;
char *encoding = NULL;
char resolved_path[MAXPATHLEN + 1];
zval *id;
int source_len = 0, encoding_len = 0;
long options = 0;
- xmlreader_object *intern;
+ xmlreader_object *intern = NULL;
char *source, *uri = NULL, *encoding = NULL;
int resolved_path_len;
char *directory=NULL, resolved_path[MAXPATHLEN];
#ifdef ZEND_ENGINE_2
zval *this = getThis();
- ze_xmlwriter_object *ze_obj;
+ ze_xmlwriter_object *ze_obj = NULL;
#endif
#ifndef ZEND_ENGINE_2
#ifdef ZEND_ENGINE_2
zval *this = getThis();
- ze_xmlwriter_object *ze_obj;
+ ze_xmlwriter_object *ze_obj = NULL;
#endif
#ifdef ZEND_ENGINE_2