xmlDocPtr docp;
xmlNodeSetPtr nodeset = NULL;
dom_object *intern;
- long exclusive=0, with_comments=0, file_len=0;
+ zend_bool exclusive=0, with_comments=0;
xmlChar **inclusive_ns_prefixes = NULL;
char *file = NULL;
- int ret = -1;
- xmlOutputBufferPtr buf;
+ int ret = -1, file_len = 0;
+ xmlOutputBufferPtr buf;
xmlXPathContextPtr ctxp=NULL;
xmlXPathObjectPtr xpathobjp=NULL;
zend_uchar file_type = IS_STRING;
int xquery_len;
if (zend_hash_find(ht, "query", sizeof("query"), (void**)&tmp) == SUCCESS &&
- Z_TYPE_PP(tmp) == IS_STRING || Z_TYPE_PP(tmp) == IS_UNICODE) {
+ (Z_TYPE_PP(tmp) == IS_STRING || Z_TYPE_PP(tmp) == IS_UNICODE)) {
zxquery = tmp;
/*
if (Z_TYPE_PP(tmp) == IS_STRING) {