diff options
Diffstat (limited to 'ext/simplexml/sxe.c')
-rw-r--r-- | ext/simplexml/sxe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/simplexml/sxe.c b/ext/simplexml/sxe.c index 49a72a81e6..89fd554a1a 100644 --- a/ext/simplexml/sxe.c +++ b/ext/simplexml/sxe.c @@ -189,7 +189,7 @@ static const zend_function_entry funcs_SimpleXMLIterator[] = { PHP_ME(ce_SimpleXMLIterator, next, arginfo_simplexmliterator__void, ZEND_ACC_PUBLIC) PHP_ME(ce_SimpleXMLIterator, hasChildren, arginfo_simplexmliterator__void, ZEND_ACC_PUBLIC) PHP_ME(ce_SimpleXMLIterator, getChildren, arginfo_simplexmliterator__void, ZEND_ACC_PUBLIC) - {NULL, NULL, NULL} + PHP_FE_END }; /* }}} */ |