Browse Source

Typo

migration/unlabaled-1.29.2
Sander Roobol 24 years ago
parent
commit
36fd03b578
  1. 2
      ext/domxml/php_domxml.c

2
ext/domxml/php_domxml.c

@ -2580,7 +2580,7 @@ PHP_FUNCTION(domxml_node_attributes)
DOMXML_PARAM_NONE(nodep, id, le_domxmlnodep);
ret = node_attributes(&attrs, nodep TSRMLS_CC);
if ( ret == -1) {
return NULL;
RETURN_NULL();
}
if ( ret > -1) {

Loading…
Cancel
Save