mirror of
https://github.com/php/php-src.git
synced 2026-04-11 10:03:18 +02:00
Nuke another warning.
This commit is contained in:
@@ -1620,7 +1620,6 @@ PHP_FUNCTION(domxml_elem_get_attribute_node)
|
||||
{
|
||||
zval *id, *arg1;
|
||||
xmlNode *nodep;
|
||||
char *value;
|
||||
|
||||
if ((ZEND_NUM_ARGS() == 1) && getParameters(ht, 1, &arg1) == SUCCESS) {
|
||||
id = getThis();
|
||||
|
||||
Reference in New Issue
Block a user