php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
libxml.stub.php
Go to the documentation of this file.
1<?php
2
4
9const LIBXML_VERSION = UNKNOWN;
14const LIBXML_DOTTED_VERSION = UNKNOWN;
19const LIBXML_LOADED_VERSION = UNKNOWN;
20
25const LIBXML_RECOVER = UNKNOWN;
30const LIBXML_NOENT = UNKNOWN;
31#if LIBXML_VERSION >= 21300
36const LIBXML_NO_XXE = UNKNOWN;
37#endif
42const LIBXML_DTDLOAD = UNKNOWN;
47const LIBXML_DTDATTR = UNKNOWN;
52const LIBXML_DTDVALID = UNKNOWN;
57const LIBXML_NOERROR = UNKNOWN;
62const LIBXML_NOWARNING = UNKNOWN;
67const LIBXML_NOBLANKS = UNKNOWN;
72const LIBXML_XINCLUDE = UNKNOWN;
77const LIBXML_NSCLEAN = UNKNOWN;
82const LIBXML_NOCDATA = UNKNOWN;
87const LIBXML_NONET = UNKNOWN;
92const LIBXML_PEDANTIC = UNKNOWN;
97const LIBXML_COMPACT = UNKNOWN;
102const LIBXML_NOXMLDECL = UNKNOWN;
107const LIBXML_PARSEHUGE = UNKNOWN;
112const LIBXML_BIGLINES = UNKNOWN;
117const LIBXML_NOEMPTYTAG = UNKNOWN;
118
119#ifdef LIBXML_SCHEMAS_ENABLED
124const LIBXML_SCHEMA_CREATE = UNKNOWN;
125#endif
126
131const LIBXML_HTML_NOIMPLIED = UNKNOWN;
132
137const LIBXML_HTML_NODEFDTD = UNKNOWN;
138
143const LIBXML_ERR_NONE = UNKNOWN;
148const LIBXML_ERR_WARNING = UNKNOWN;
153const LIBXML_ERR_ERROR = UNKNOWN;
158const LIBXML_ERR_FATAL = UNKNOWN;
159
161{
162 public int $level;
163 public int $code;
164 public int $column;
165 public string $message;
166 public string $file;
167 public int $line;
168}
169
171function libxml_set_streams_context($context): void {}
172
173function libxml_use_internal_errors(?bool $use_errors = null): bool {}
174
176
179
181
182#[\Deprecated(since: '8.0', message: 'as external entity loading is disabled by default')]
183function libxml_disable_entity_loader(bool $disable = true): bool {}
184
185function libxml_set_external_entity_loader(?callable $resolver_function): bool {}
186
string $message
libxml_use_internal_errors(?bool $use_errors=null)
const LIBXML_HTML_NOIMPLIED
const LIBXML_NO_XXE
const LIBXML_RECOVER
const LIBXML_XINCLUDE
const LIBXML_DTDVALID
libxml_get_external_entity_loader()
const LIBXML_NOERROR
const LIBXML_SCHEMA_CREATE
const LIBXML_NOEMPTYTAG
const LIBXML_NOXMLDECL
const LIBXML_ERR_WARNING
libxml_disable_entity_loader(bool $disable=true)
const LIBXML_DTDATTR
libxml_set_streams_context($context)
const LIBXML_NOENT
const LIBXML_LOADED_VERSION
const LIBXML_NOCDATA
libxml_set_external_entity_loader(?callable $resolver_function)
const LIBXML_PARSEHUGE
libxml_get_last_error()
libxml_get_errors()
const LIBXML_BIGLINES
const LIBXML_ERR_FATAL
const LIBXML_NSCLEAN
const LIBXML_ERR_ERROR
libxml_clear_errors()
const LIBXML_DOTTED_VERSION
const LIBXML_ERR_NONE
const LIBXML_NOWARNING
const LIBXML_DTDLOAD
const LIBXML_NOBLANKS
const LIBXML_NONET
const LIBXML_VERSION
const LIBXML_COMPACT
const LIBXML_HTML_NODEFDTD
const LIBXML_PEDANTIC
ZEND_API void(ZEND_FASTCALL *zend_touch_vm_stack_data)(void *vm_stack_data)
function(EX_VAR(opline->result.var))