diff --git a/ext/simplexml/simplexml.c b/ext/simplexml/simplexml.c index 6c8f6422cff..9e460da5684 100644 --- a/ext/simplexml/simplexml.c +++ b/ext/simplexml/simplexml.c @@ -1964,7 +1964,7 @@ SXE_METHOD(__construct) { php_sxe_object *sxe = php_sxe_fetch_object(getThis() TSRMLS_CC); char *data, *ns = NULL; - int data_len, *ns_len = 0; + int data_len, ns_len = 0; xmlDocPtr docp; long options = 0; zend_bool is_url = 0, isprefix = 0;