C:\xampp\php\pear\PHP\CompatInfo\func_array.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<?php
/**
 * Function 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: func_array.php,v 1.16 2009/01/03 10:52:05 farell Exp $
 * @link     http://pear.php.net/package/PHP_CompatInfo
 * @since    version 1.9.0a1 (2008-11-23)
 */

require_once 'PHP/CompatInfo/bcmath_func_array.php';
require_once 
'PHP/CompatInfo/calendar_func_array.php';
require_once 
'PHP/CompatInfo/ctype_func_array.php';
require_once 
'PHP/CompatInfo/date_func_array.php';
require_once 
'PHP/CompatInfo/dom_func_array.php';
require_once 
'PHP/CompatInfo/filter_func_array.php';
require_once 
'PHP/CompatInfo/ftp_func_array.php';
require_once 
'PHP/CompatInfo/gd_func_array.php';
require_once 
'PHP/CompatInfo/gettext_func_array.php';
require_once 
'PHP/CompatInfo/hash_func_array.php';
require_once 
'PHP/CompatInfo/iconv_func_array.php';
require_once 
'PHP/CompatInfo/json_func_array.php';
require_once 
'PHP/CompatInfo/libxml_func_array.php';
require_once 
'PHP/CompatInfo/mbstring_func_array.php';
require_once 
'PHP/CompatInfo/mysql_func_array.php';
require_once 
'PHP/CompatInfo/mysqli_func_array.php';
require_once 
'PHP/CompatInfo/openssl_func_array.php';
require_once 
'PHP/CompatInfo/pcre_func_array.php';
require_once 
'PHP/CompatInfo/pgsql_func_array.php';
require_once 
'PHP/CompatInfo/session_func_array.php';
require_once 
'PHP/CompatInfo/SimpleXML_func_array.php';
require_once 
'PHP/CompatInfo/SPL_func_array.php';
require_once 
'PHP/CompatInfo/SQLite_func_array.php';
require_once 
'PHP/CompatInfo/standard_func_array.php';
require_once 
'PHP/CompatInfo/tokenizer_func_array.php';
require_once 
'PHP/CompatInfo/wddx_func_array.php';
require_once 
'PHP/CompatInfo/xml_func_array.php';
require_once 
'PHP/CompatInfo/xmlwriter_func_array.php';

/**
 * Predefined Functions
 *
 * @global array $GLOBALS['_PHP_COMPATINFO_FUNCS']
 */

$GLOBALS['_PHP_COMPATINFO_FUNCS'] = array_merge(
    
$GLOBALS['_PHP_COMPATINFO_FUNC_BCMATH'],
    
$GLOBALS['_PHP_COMPATINFO_FUNC_CALENDAR'],
    
$GLOBALS['_PHP_COMPATINFO_FUNC_CTYPE'],
    
$GLOBALS['_PHP_COMPATINFO_FUNC_DATE'],
    
$GLOBALS['_PHP_COMPATINFO_FUNC_DOM'],
    
$GLOBALS['_PHP_COMPATINFO_FUNC_FILTER'],
    
$GLOBALS['_PHP_COMPATINFO_FUNC_FTP'],
    
$GLOBALS['_PHP_COMPATINFO_FUNC_GD'],
    
$GLOBALS['_PHP_COMPATINFO_FUNC_GETTEXT'],
    
$GLOBALS['_PHP_COMPATINFO_FUNC_HASH'],
    
$GLOBALS['_PHP_COMPATINFO_FUNC_ICONV'],
    
$GLOBALS['_PHP_COMPATINFO_FUNC_JSON'],
    
$GLOBALS['_PHP_COMPATINFO_FUNC_LIBXML'],
    
$GLOBALS['_PHP_COMPATINFO_FUNC_MBSTRING'],
    
$GLOBALS['_PHP_COMPATINFO_FUNC_MYSQL'],
    
$GLOBALS['_PHP_COMPATINFO_FUNC_MYSQLI'],
    
$GLOBALS['_PHP_COMPATINFO_FUNC_OPENSSL'],
    
$GLOBALS['_PHP_COMPATINFO_FUNC_PCRE'],
    
$GLOBALS['_PHP_COMPATINFO_FUNC_PGSQL'],
    
$GLOBALS['_PHP_COMPATINFO_FUNC_SESSION'],
    
$GLOBALS['_PHP_COMPATINFO_FUNC_SIMPLEXML'],
    
$GLOBALS['_PHP_COMPATINFO_FUNC_SPL'],
    
$GLOBALS['_PHP_COMPATINFO_FUNC_SQLITE'],
    
$GLOBALS['_PHP_COMPATINFO_FUNC_STANDARD'],
    
$GLOBALS['_PHP_COMPATINFO_FUNC_TOKENIZER'],
    
$GLOBALS['_PHP_COMPATINFO_FUNC_WDDX'],
    
$GLOBALS['_PHP_COMPATINFO_FUNC_XML'],
    
$GLOBALS['_PHP_COMPATINFO_FUNC_XMLWRITER']
    );
?>
x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586