mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +02:00
- MFH Return NULL instead of '' if node does not exist
This commit is contained in:
parent
62ce6717ad
commit
867f89e575
1 changed files with 1 additions and 1 deletions
|
@ -435,7 +435,7 @@ static void php_xmlreader_string_arg(INTERNAL_FUNCTION_PARAMETERS, xmlreader_rea
|
||||||
xmlFree(retchar);
|
xmlFree(retchar);
|
||||||
return;
|
return;
|
||||||
} else {
|
} else {
|
||||||
RETVAL_EMPTY_STRING();
|
RETVAL_NULL();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* }}} */
|
/* }}} */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue