One Hat Cyber Team
Your IP :
172.16.0.254
Server IP :
58.26.163.33
Server :
Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Server Software :
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
PHP Version :
7.3.25
Buat File
|
Buat Folder
Eksekusi
Dir :
C:
/
xampp7
/
php
/
CompatInfo
/
View File Name :
pcre_const_array.php
<?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', ), ); ?>