130 |
kaklik |
1 |
<?php |
|
|
2 |
// +----------------------------------------------------------------------+ |
|
|
3 |
// | PHP Version 4 | |
|
|
4 |
// +----------------------------------------------------------------------+ |
|
|
5 |
// | Copyright (c) 1997-2004 The PHP Group | |
|
|
6 |
// +----------------------------------------------------------------------+ |
|
|
7 |
// | This source file is subject to version 3.0 of the PHP license, | |
|
|
8 |
// | that is bundled with this package in the file LICENSE, and is | |
|
|
9 |
// | available at through the world-wide-web at | |
|
|
10 |
// | http://www.php.net/license/3_0.txt. | |
|
|
11 |
// | If you did not receive a copy of the PHP license and are unable to | |
|
|
12 |
// | obtain it through the world-wide-web, please send a note to | |
|
|
13 |
// | license@php.net so we can mail you a copy immediately. | |
|
|
14 |
// +----------------------------------------------------------------------+ |
|
|
15 |
// | Authors: Aidan Lister <aidan@php.net> | |
|
|
16 |
// +----------------------------------------------------------------------+ |
|
|
17 |
// |
|
|
18 |
// $Id: Components.php,v 1.10 2005/12/05 14:49:56 aidan Exp $ |
|
|
19 |
|
|
|
20 |
|
|
|
21 |
// Functions |
|
|
22 |
$components['function']['array_change_key_case'] = '4.2.0'; |
|
|
23 |
$components['function']['array_chunk'] = '4.2.0'; |
|
|
24 |
$components['function']['array_combine'] = '5.0.0'; |
|
|
25 |
$components['function']['array_diff_assoc'] = '4.3.0'; |
|
|
26 |
$components['function']['array_diff_key'] = '5.0.2'; |
|
|
27 |
$components['function']['array_diff_uassoc'] = '5.0.0'; |
|
|
28 |
$components['function']['array_diff_ukey'] = '5.0.2'; |
|
|
29 |
$components['function']['array_intersect_assoc'] = '5.0.0'; |
|
|
30 |
$components['function']['array_intersect_key'] = '5.0.2'; |
|
|
31 |
$components['function']['array_intersect_uassoc'] = '5.0.0'; |
|
|
32 |
$components['function']['array_intersect_ukey'] = '5.0.2'; |
|
|
33 |
$components['function']['array_key_exists'] = '4.1.0'; |
|
|
34 |
$components['function']['array_product'] = '5.1.0'; |
|
|
35 |
$components['function']['array_search'] = '4.0.5'; |
|
|
36 |
$components['function']['array_udiff'] = '5.0.0'; |
|
|
37 |
$components['function']['array_udiff_assoc'] = '5.0.0'; |
|
|
38 |
$components['function']['array_udiff_uassoc'] = '5.0.0'; |
|
|
39 |
$components['function']['array_uintersect'] = '5.0.0'; |
|
|
40 |
$components['function']['array_uintersect_assoc'] = '5.0.0'; |
|
|
41 |
$components['function']['array_uintersect_uassoc'] = '5.0.0'; |
|
|
42 |
$components['function']['array_walk_recursive'] = '5.0.0'; |
|
|
43 |
$components['function']['bcinvert'] = '5.2.0'; |
|
|
44 |
$components['function']['bcpowmod'] = '5.0.0'; |
|
|
45 |
$components['function']['call_user_func_array'] = '4.0.4'; |
|
|
46 |
$components['function']['clone'] = '5.0.0'; |
|
|
47 |
$components['function']['constant'] = '4.0.4'; |
|
|
48 |
$components['function']['convert_uudecode'] = '5.0.0'; |
|
|
49 |
$components['function']['convert_uuencode'] = '5.0.0'; |
|
|
50 |
$components['function']['debug_print_backtrace'] = '5.0.0'; |
|
|
51 |
$components['function']['file_get_contents'] = '4.3.0'; |
|
|
52 |
$components['function']['file_put_contents'] = '5.0.0'; |
|
|
53 |
$components['function']['floatval'] = '4.2.0'; |
|
|
54 |
$components['function']['fprintf'] = '5.0.0'; |
|
|
55 |
$components['function']['fputcsv'] = '5.0.0'; |
|
|
56 |
$components['function']['get_headers'] = '5.0.0'; |
|
|
57 |
$components['function']['get_include_path'] = '4.3.0'; |
|
|
58 |
$components['function']['html_entity_decode'] = '4.3.0'; |
|
|
59 |
$components['function']['htmlspecialchars_decode'] = '5.1.0'; |
|
|
60 |
$components['function']['http_build_query'] = '5.0.0'; |
|
|
61 |
$components['function']['ibase_timefmt'] = '5.0.0'; |
|
|
62 |
$components['function']['idate'] = '5.1.0'; |
|
|
63 |
$components['function']['image_type_to_mime_type'] = '4.3.0'; |
|
|
64 |
$components['function']['inet_ntop'] = '5.1.0'; |
|
|
65 |
$components['function']['inet_pton'] = '5.1.0'; |
|
|
66 |
$components['function']['ini_get_all'] = '4.2.0'; |
|
|
67 |
$components['function']['is_a'] = '4.2.0'; |
|
|
68 |
$components['function']['is_scalar'] = '4.0.5'; |
|
|
69 |
$components['function']['md5_file'] = '4.2.0'; |
|
|
70 |
$components['function']['mhash'] = '4.0.0'; |
|
|
71 |
$components['function']['mime_content_type'] = '4.3.0'; |
|
|
72 |
$components['function']['ob_clean'] = '4.2.0'; |
|
|
73 |
$components['function']['ob_flush'] = '4.2.0'; |
|
|
74 |
$components['function']['ob_get_clean'] = '4.3.0'; |
|
|
75 |
$components['function']['ob_get_flush'] = '4.3.0'; |
|
|
76 |
$components['function']['php_strip_whitespace'] = '5.0.0'; |
|
|
77 |
$components['function']['property_exists'] = '5.1.0'; |
|
|
78 |
$components['function']['pg_affected_rows'] = '4.2.0'; |
|
|
79 |
$components['function']['pg_escape_bytea'] = '4.2.0'; |
|
|
80 |
$components['function']['pg_unescape_bytea'] = '4.2.0'; |
|
|
81 |
$components['function']['restore_include_path'] = '4.3.0'; |
|
|
82 |
$components['function']['scandir'] = '5.0.0'; |
|
|
83 |
$components['function']['set_include_path'] = '4.3.0'; |
|
|
84 |
$components['function']['str_ireplace'] = '5.0.0'; |
|
|
85 |
$components['function']['str_rot13'] = '4.2.0'; |
|
|
86 |
$components['function']['str_shuffle'] = '4.3.0'; |
|
|
87 |
$components['function']['str_split'] = '5.0.0'; |
|
|
88 |
$components['function']['str_word_count'] = '4.3.0'; |
|
|
89 |
$components['function']['stripos'] = '5.0.0'; |
|
|
90 |
$components['function']['strpbrk'] = '5.0.0'; |
|
|
91 |
$components['function']['strripos'] = '5.0.0'; |
|
|
92 |
$components['function']['substr_compare'] = '5.0.0'; |
|
|
93 |
$components['function']['time_sleep_until'] = '5.1.0'; |
|
|
94 |
$components['function']['var_export'] = '4.2.0'; |
|
|
95 |
$components['function']['version_compare'] = '4.1.0'; |
|
|
96 |
$components['function']['vprintf'] = '4.1.0'; |
|
|
97 |
$components['function']['vsprintf'] = '4.1.0'; |
|
|
98 |
|
|
|
99 |
// Constants |
|
|
100 |
$components['constant']['DIRECTORY_SEPARATOR'] = '4.0.6'; |
|
|
101 |
$components['constant']['E_STRICT'] = '5.0.0'; |
|
|
102 |
$components['constant']['FILE'] = '4.3.0'; |
|
|
103 |
$components['constant']['PATH_SEPARATOR'] = '4.3.0'; |
|
|
104 |
$components['constant']['PHP_EOL'] = '5.0.1'; |
|
|
105 |
$components['constant']['STD'] = '4.3.0'; |
|
|
106 |
$components['constant']['T'] = '5.0.0'; |
|
|
107 |
$components['constant']['UPLOAD_ERR'] = '4.3.0'; |
|
|
108 |
?> |