php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
const.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2018 Alexander Borisov
3 *
4 * Author: Alexander Borisov <borisov@lexbor.com>
5 */
6
7/*
8 * Caution!
9 * This file generated by the script "utils/lexbor/tag_ns/tags.py"!
10 * Do not change this file!
11 */
12
13
14#ifndef LXB_NS_CONST_H
15#define LXB_NS_CONST_H
16
17#define LXB_NS_CONST_VERSION "253D4AFDA959234B48A478B956C3C777"
18#define LXB_NS_CONST_VERSION_253D4AFDA959234B48A478B956C3C777
19
20typedef uintptr_t lxb_ns_id_t;
21typedef uintptr_t lxb_ns_prefix_id_t;
22
23typedef enum {
28 LXB_NS_SVG = 0x04,
30 LXB_NS_XML = 0x06,
33}
35
36
37#endif /* LXB_NS_CONST_H */
uintptr_t lxb_ns_prefix_id_t
Definition const.h:21
uintptr_t lxb_ns_id_t
Definition const.h:20
lxb_ns_id_enum_t
Definition const.h:23
@ LXB_NS_MATH
Definition const.h:27
@ LXB_NS__UNDEF
Definition const.h:24
@ LXB_NS_XMLNS
Definition const.h:31
@ LXB_NS_SVG
Definition const.h:28
@ LXB_NS_XLINK
Definition const.h:29
@ LXB_NS_HTML
Definition const.h:26
@ LXB_NS__LAST_ENTRY
Definition const.h:32
@ LXB_NS_XML
Definition const.h:30
@ LXB_NS__ANY
Definition const.h:25