diff options
author | Sander Roobol <sander@php.net> | 2002-10-12 16:16:36 +0000 |
---|---|---|
committer | Sander Roobol <sander@php.net> | 2002-10-12 16:16:36 +0000 |
commit | 36fd03b578c3737ffe88f27b829dae52f4035b59 (patch) | |
tree | 49d23d884070c7ce5946195d9fe62581e0a7b8b8 /ext/domxml/php_domxml.c | |
parent | bcf1d4ff80be4998d51bb185b2baf2f17513a6c1 (diff) | |
download | php-git-36fd03b578c3737ffe88f27b829dae52f4035b59.tar.gz |
Typo
Diffstat (limited to 'ext/domxml/php_domxml.c')
-rw-r--r-- | ext/domxml/php_domxml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/domxml/php_domxml.c b/ext/domxml/php_domxml.c index 1795c39d62..77ce4c86eb 100644 --- a/ext/domxml/php_domxml.c +++ b/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) { |