Initial Commit
This commit is contained in:
89
database/php/pear/PHP/CompatInfo/pcre_const_array.php
Normal file
89
database/php/pear/PHP/CompatInfo/pcre_const_array.php
Normal file
@@ -0,0 +1,89 @@
|
||||
<?php
|
||||
/**
|
||||
* pcre 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: pcre_const_array.php,v 1.1 2008/12/14 17:11:23 farell Exp $
|
||||
* @link http://pear.php.net/package/PHP_CompatInfo
|
||||
* @since version 1.9.0a1 (2008-11-23)
|
||||
*/
|
||||
|
||||
$GLOBALS['_PHP_COMPATINFO_CONST_PCRE'] = array (
|
||||
'PCRE_VERSION' =>
|
||||
array (
|
||||
'init' => '5.2.4',
|
||||
'name' => 'PCRE_VERSION',
|
||||
),
|
||||
'PREG_BACKTRACK_LIMIT_ERROR' =>
|
||||
array (
|
||||
'init' => '5.2.0',
|
||||
'name' => 'PREG_BACKTRACK_LIMIT_ERROR',
|
||||
),
|
||||
'PREG_BAD_UTF8_ERROR' =>
|
||||
array (
|
||||
'init' => '5.2.0',
|
||||
'name' => 'PREG_BAD_UTF8_ERROR',
|
||||
),
|
||||
'PREG_BAD_UTF8_OFFSET_ERROR' =>
|
||||
array (
|
||||
'init' => '5.3.0',
|
||||
'name' => 'PREG_BAD_UTF8_OFFSET_ERROR',
|
||||
),
|
||||
'PREG_GREP_INVERT' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'PREG_GREP_INVERT',
|
||||
),
|
||||
'PREG_INTERNAL_ERROR' =>
|
||||
array (
|
||||
'init' => '5.2.0',
|
||||
'name' => 'PREG_INTERNAL_ERROR',
|
||||
),
|
||||
'PREG_NO_ERROR' =>
|
||||
array (
|
||||
'init' => '5.2.0',
|
||||
'name' => 'PREG_NO_ERROR',
|
||||
),
|
||||
'PREG_OFFSET_CAPTURE' =>
|
||||
array (
|
||||
'init' => '4.3.0',
|
||||
'name' => 'PREG_OFFSET_CAPTURE',
|
||||
),
|
||||
'PREG_PATTERN_ORDER' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'PREG_PATTERN_ORDER',
|
||||
),
|
||||
'PREG_RECURSION_LIMIT_ERROR' =>
|
||||
array (
|
||||
'init' => '5.2.0',
|
||||
'name' => 'PREG_RECURSION_LIMIT_ERROR',
|
||||
),
|
||||
'PREG_SET_ORDER' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'PREG_SET_ORDER',
|
||||
),
|
||||
'PREG_SPLIT_DELIM_CAPTURE' =>
|
||||
array (
|
||||
'init' => '4.0.5',
|
||||
'name' => 'PREG_SPLIT_DELIM_CAPTURE',
|
||||
),
|
||||
'PREG_SPLIT_NO_EMPTY' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'PREG_SPLIT_NO_EMPTY',
|
||||
),
|
||||
'PREG_SPLIT_OFFSET_CAPTURE' =>
|
||||
array (
|
||||
'init' => '4.3.0',
|
||||
'name' => 'PREG_SPLIT_OFFSET_CAPTURE',
|
||||
),
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user