diff options
Diffstat (limited to 'ext/domxml/php_domxml.h')
-rw-r--r-- | ext/domxml/php_domxml.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h index d5e771e1ec..fb73fa1851 100644 --- a/ext/domxml/php_domxml.h +++ b/ext/domxml/php_domxml.h @@ -142,6 +142,7 @@ PHP_FUNCTION(domxml_elem_remove_attribute); PHP_FUNCTION(domxml_elem_get_attribute_node); PHP_FUNCTION(domxml_elem_set_attribute_node); PHP_FUNCTION(domxml_elem_get_elements_by_tagname); +PHP_FUNCTION(domxml_elem_has_attribute); /* Class CData methods */ PHP_FUNCTION(domxml_cdata_length); |