- MFH Return NULL instead of '' if node does not exist

This commit is contained in:
Marcus Boerger 2006-03-30 17:37:50 +00:00
parent 62ce6717ad
commit 867f89e575

View file

@ -435,7 +435,7 @@ static void php_xmlreader_string_arg(INTERNAL_FUNCTION_PARAMETERS, xmlreader_rea
xmlFree(retchar);
return;
} else {
RETVAL_EMPTY_STRING();
RETVAL_NULL();
}
}
/* }}} */