Server IP : 104.21.38.3 / Your IP : 172.71.152.65 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /www/server/php/82/src/ext/libxml/ |
Upload File : |
<?php /** @generate-class-entries */ /** * @var int * @cvalue LIBXML_VERSION */ const LIBXML_VERSION = UNKNOWN; /** * @var string * @cvalue LIBXML_DOTTED_VERSION */ const LIBXML_DOTTED_VERSION = UNKNOWN; /** * @var string * @cvalue PHP_LIBXML_LOADED_VERSION */ const LIBXML_LOADED_VERSION = UNKNOWN; /** * @var int * @cvalue XML_PARSE_NOENT */ const LIBXML_NOENT = UNKNOWN; /** * @var int * @cvalue XML_PARSE_DTDLOAD */ const LIBXML_DTDLOAD = UNKNOWN; /** * @var int * @cvalue XML_PARSE_DTDATTR */ const LIBXML_DTDATTR = UNKNOWN; /** * @var int * @cvalue XML_PARSE_DTDVALID */ const LIBXML_DTDVALID = UNKNOWN; /** * @var int * @cvalue XML_PARSE_NOERROR */ const LIBXML_NOERROR = UNKNOWN; /** * @var int * @cvalue XML_PARSE_NOWARNING */ const LIBXML_NOWARNING = UNKNOWN; /** * @var int * @cvalue XML_PARSE_NOBLANKS */ const LIBXML_NOBLANKS = UNKNOWN; /** * @var int * @cvalue XML_PARSE_XINCLUDE */ const LIBXML_XINCLUDE = UNKNOWN; /** * @var int * @cvalue XML_PARSE_NSCLEAN */ const LIBXML_NSCLEAN = UNKNOWN; /** * @var int * @cvalue XML_PARSE_NOCDATA */ const LIBXML_NOCDATA = UNKNOWN; /** * @var int * @cvalue XML_PARSE_NONET */ const LIBXML_NONET = UNKNOWN; /** * @var int * @cvalue XML_PARSE_PEDANTIC */ const LIBXML_PEDANTIC = UNKNOWN; /** * @var int * @cvalue XML_PARSE_COMPACT */ const LIBXML_COMPACT = UNKNOWN; /** * @var int * @cvalue XML_SAVE_NO_DECL */ const LIBXML_NOXMLDECL = UNKNOWN; /** * @var int * @cvalue XML_PARSE_HUGE */ const LIBXML_PARSEHUGE = UNKNOWN; #if LIBXML_VERSION >= 20900 /** * @var int * @cvalue XML_PARSE_BIG_LINES */ const LIBXML_BIGLINES = UNKNOWN; #endif /** * @var int * @cvalue LIBXML_SAVE_NOEMPTYTAG */ const LIBXML_NOEMPTYTAG = UNKNOWN; #ifdef LIBXML_SCHEMAS_ENABLED /** * @var int * @cvalue XML_SCHEMA_VAL_VC_I_CREATE */ const LIBXML_SCHEMA_CREATE = UNKNOWN; #endif #if LIBXML_VERSION >= 20707 /** * @var int * @cvalue HTML_PARSE_NOIMPLIED */ const LIBXML_HTML_NOIMPLIED = UNKNOWN; #endif #if LIBXML_VERSION >= 20708 /** * @var int * @cvalue HTML_PARSE_NODEFDTD */ const LIBXML_HTML_NODEFDTD = UNKNOWN; #endif /** * @var int * @cvalue XML_ERR_NONE */ const LIBXML_ERR_NONE = UNKNOWN; /** * @var int * @cvalue XML_ERR_WARNING */ const LIBXML_ERR_WARNING = UNKNOWN; /** * @var int * @cvalue XML_ERR_ERROR */ const LIBXML_ERR_ERROR = UNKNOWN; /** * @var int * @cvalue XML_ERR_FATAL */ const LIBXML_ERR_FATAL = UNKNOWN; class LibXMLError { public int $level; public int $code; public int $column; public string $message; public string $file; public int $line; } /** @param resource $context */ function libxml_set_streams_context($context): void {} function libxml_use_internal_errors(?bool $use_errors = null): bool {} function libxml_get_last_error(): LibXMLError|false {} /** @return array<int, LibXMLError> */ function libxml_get_errors(): array {} function libxml_clear_errors(): void {} /** @deprecated */ function libxml_disable_entity_loader(bool $disable = true): bool {} function libxml_set_external_entity_loader(?callable $resolver_function): bool {} function libxml_get_external_entity_loader(): ?callable {}