15 lines
603 B
C
15 lines
603 B
C
/* This is a generated file, edit php_dom.stub.php instead.
|
|
* Stub hash: 8d7713834c924709155ed7acc554c9efc55e96c1 */
|
|
|
|
#ifndef ZEND_PHP_DOM_DECL_8d7713834c924709155ed7acc554c9efc55e96c1_H
|
|
#define ZEND_PHP_DOM_DECL_8d7713834c924709155ed7acc554c9efc55e96c1_H
|
|
|
|
typedef enum zend_enum_Dom_AdjacentPosition {
|
|
ZEND_ENUM_Dom_AdjacentPosition_BeforeBegin = 1,
|
|
ZEND_ENUM_Dom_AdjacentPosition_AfterBegin = 2,
|
|
ZEND_ENUM_Dom_AdjacentPosition_BeforeEnd = 3,
|
|
ZEND_ENUM_Dom_AdjacentPosition_AfterEnd = 4,
|
|
} zend_enum_Dom_AdjacentPosition;
|
|
|
|
#endif /* ZEND_PHP_DOM_DECL_8d7713834c924709155ed7acc554c9efc55e96c1_H */
|