@ -1751,7 +1751,8 @@ PHP_FUNCTION(dom_document_xinclude)
zval *id;
xmlDoc *docp;
xmlNodePtr root;
int err, flags = 0;
long flags = 0;
int err;
dom_object *intern;
if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O|l", &id, dom_document_class_entry, &flags) == FAILURE) {
@ -167,7 +167,8 @@ Since:
PHP_FUNCTION(dom_namednodemap_item)
{
zval *id, *rv = NULL;
int index, ret;
long index;
int ret;
xmlNodePtr itemnode = NULL;
@ -100,7 +100,8 @@ Since:
PHP_FUNCTION(dom_nodelist_item)