Mineplex/.FILES USED TO GET TO WHERE WE ARE PRESENTLY/xampp/php/CompatInfo/xml_const_array.php
Daniel Waggner 76a7ae65df PUUUUUSH
2023-05-17 14:44:01 -07:00

154 lines
3.6 KiB
PHP

<?php
/**
* xml extension Constant dictionary for PHP_CompatInfo 1.9.0a1 or better
*
* PHP versions 4 and 5
*
* @category PHP
* @package PHP_CompatInfo
* @author Davey Shafik <davey@php.net>
* @author Laurent Laville <pear@laurent-laville.org>
* @license http://www.opensource.org/licenses/bsd-license.php BSD
* @version CVS: $Id: xml_const_array.php,v 1.1 2008/12/14 17:21:25 farell Exp $
* @link http://pear.php.net/package/PHP_CompatInfo
* @since version 1.9.0a1 (2008-11-23)
*/
$GLOBALS['_PHP_COMPATINFO_CONST_XML'] = array (
'XML_ERROR_ASYNC_ENTITY' =>
array (
'init' => '4.0.0',
'name' => 'XML_ERROR_ASYNC_ENTITY',
),
'XML_ERROR_ATTRIBUTE_EXTERNAL_ENTITY_REF' =>
array (
'init' => '4.0.0',
'name' => 'XML_ERROR_ATTRIBUTE_EXTERNAL_ENTITY_REF',
),
'XML_ERROR_BAD_CHAR_REF' =>
array (
'init' => '4.0.0',
'name' => 'XML_ERROR_BAD_CHAR_REF',
),
'XML_ERROR_BINARY_ENTITY_REF' =>
array (
'init' => '4.0.0',
'name' => 'XML_ERROR_BINARY_ENTITY_REF',
),
'XML_ERROR_DUPLICATE_ATTRIBUTE' =>
array (
'init' => '4.0.0',
'name' => 'XML_ERROR_DUPLICATE_ATTRIBUTE',
),
'XML_ERROR_EXTERNAL_ENTITY_HANDLING' =>
array (
'init' => '4.0.0',
'name' => 'XML_ERROR_EXTERNAL_ENTITY_HANDLING',
),
'XML_ERROR_INCORRECT_ENCODING' =>
array (
'init' => '4.0.0',
'name' => 'XML_ERROR_INCORRECT_ENCODING',
),
'XML_ERROR_INVALID_TOKEN' =>
array (
'init' => '4.0.0',
'name' => 'XML_ERROR_INVALID_TOKEN',
),
'XML_ERROR_JUNK_AFTER_DOC_ELEMENT' =>
array (
'init' => '4.0.0',
'name' => 'XML_ERROR_JUNK_AFTER_DOC_ELEMENT',
),
'XML_ERROR_MISPLACED_XML_PI' =>
array (
'init' => '4.0.0',
'name' => 'XML_ERROR_MISPLACED_XML_PI',
),
'XML_ERROR_NONE' =>
array (
'init' => '4.0.0',
'name' => 'XML_ERROR_NONE',
),
'XML_ERROR_NO_ELEMENTS' =>
array (
'init' => '4.0.0',
'name' => 'XML_ERROR_NO_ELEMENTS',
),
'XML_ERROR_NO_MEMORY' =>
array (
'init' => '4.0.0',
'name' => 'XML_ERROR_NO_MEMORY',
),
'XML_ERROR_PARAM_ENTITY_REF' =>
array (
'init' => '4.0.0',
'name' => 'XML_ERROR_PARAM_ENTITY_REF',
),
'XML_ERROR_PARTIAL_CHAR' =>
array (
'init' => '4.0.0',
'name' => 'XML_ERROR_PARTIAL_CHAR',
),
'XML_ERROR_RECURSIVE_ENTITY_REF' =>
array (
'init' => '4.0.0',
'name' => 'XML_ERROR_RECURSIVE_ENTITY_REF',
),
'XML_ERROR_SYNTAX' =>
array (
'init' => '4.0.0',
'name' => 'XML_ERROR_SYNTAX',
),
'XML_ERROR_TAG_MISMATCH' =>
array (
'init' => '4.0.0',
'name' => 'XML_ERROR_TAG_MISMATCH',
),
'XML_ERROR_UNCLOSED_CDATA_SECTION' =>
array (
'init' => '4.0.0',
'name' => 'XML_ERROR_UNCLOSED_CDATA_SECTION',
),
'XML_ERROR_UNCLOSED_TOKEN' =>
array (
'init' => '4.0.0',
'name' => 'XML_ERROR_UNCLOSED_TOKEN',
),
'XML_ERROR_UNDEFINED_ENTITY' =>
array (
'init' => '4.0.0',
'name' => 'XML_ERROR_UNDEFINED_ENTITY',
),
'XML_ERROR_UNKNOWN_ENCODING' =>
array (
'init' => '4.0.0',
'name' => 'XML_ERROR_UNKNOWN_ENCODING',
),
'XML_OPTION_CASE_FOLDING' =>
array (
'init' => '4.0.0',
'name' => 'XML_OPTION_CASE_FOLDING',
),
'XML_OPTION_SKIP_TAGSTART' =>
array (
'init' => '4.0.0',
'name' => 'XML_OPTION_SKIP_TAGSTART',
),
'XML_OPTION_SKIP_WHITE' =>
array (
'init' => '4.0.0',
'name' => 'XML_OPTION_SKIP_WHITE',
),
'XML_OPTION_TARGET_ENCODING' =>
array (
'init' => '4.0.0',
'name' => 'XML_OPTION_TARGET_ENCODING',
),
'XML_SAX_IMPL' =>
array (
'init' => '4.0.0',
'name' => 'XML_SAX_IMPL',
),
);
?>