summaryrefslogtreecommitdiff
path: root/ext/dom/dom_arginfo.h
blob: 261eaba13bde2242f305f374633dc76d409fddf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* This is a generated file, edit the .stub.php file instead. */

ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_dom_import_simplexml, 0, 1, DOMElement, 1)
	ZEND_ARG_TYPE_INFO(0, node, IS_OBJECT, 0)
ZEND_END_ARG_INFO()


ZEND_FUNCTION(dom_import_simplexml);


static const zend_function_entry ext_functions[] = {
	ZEND_FE(dom_import_simplexml, arginfo_dom_import_simplexml)
	ZEND_FE_END
};