Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<?php
2
/**
3
 * Reflection extension Class dictionary for PHP_CompatInfo 1.9.0a1 or better
4
 *
5
 * PHP versions 4 and 5
6
 *
7
 * @category PHP
8
 * @package  PHP_CompatInfo
9
 * @author   Davey Shafik <davey@php.net>
10
 * @author   Laurent Laville <pear@laurent-laville.org>
11
 * @license  http://www.opensource.org/licenses/bsd-license.php  BSD
12
 * @version  CVS: $Id: Reflection_class_array.php,v 1.1 2008/12/19 00:31:10 farell Exp $
13
 * @link     http://pear.php.net/package/PHP_CompatInfo
14
 * @since    version 1.9.0a1 (2008-11-23)
15
 */
16
 
17
$GLOBALS['_PHP_COMPATINFO_CLASS_REFLECTION'] = array (
18
  'Reflection' =>
19
  array (
20
    'init' => '5.0.0',
21
    'name' => 'Reflection',
22
    'ext' => 'Reflection',
23
    'pecl' => false,
24
  ),
25
  'ReflectionClass' =>
26
  array (
27
    'init' => '5.0.0',
28
    'name' => 'ReflectionClass',
29
    'ext' => 'Reflection',
30
    'pecl' => false,
31
  ),
32
  'ReflectionException' =>
33
  array (
34
    'init' => '5.0.0',
35
    'name' => 'ReflectionException',
36
    'ext' => 'Reflection',
37
    'pecl' => false,
38
  ),
39
  'ReflectionExtension' =>
40
  array (
41
    'init' => '5.0.0',
42
    'name' => 'ReflectionExtension',
43
    'ext' => 'Reflection',
44
    'pecl' => false,
45
  ),
46
  'ReflectionFunction' =>
47
  array (
48
    'init' => '5.0.0',
49
    'name' => 'ReflectionFunction',
50
    'ext' => 'Reflection',
51
    'pecl' => false,
52
  ),
53
  'ReflectionFunctionAbstract' =>
54
  array (
55
    'init' => '5.0.0',
56
    'name' => 'ReflectionFunctionAbstract',
57
    'ext' => 'Reflection',
58
    'pecl' => false,
59
  ),
60
  'ReflectionMethod' =>
61
  array (
62
    'init' => '5.0.0',
63
    'name' => 'ReflectionMethod',
64
    'ext' => 'Reflection',
65
    'pecl' => false,
66
  ),
67
  'ReflectionObject' =>
68
  array (
69
    'init' => '5.0.0',
70
    'name' => 'ReflectionObject',
71
    'ext' => 'Reflection',
72
    'pecl' => false,
73
  ),
74
  'ReflectionParameter' =>
75
  array (
76
    'init' => '5.0.0',
77
    'name' => 'ReflectionParameter',
78
    'ext' => 'Reflection',
79
    'pecl' => false,
80
  ),
81
  'ReflectionProperty' =>
82
  array (
83
    'init' => '5.0.0',
84
    'name' => 'ReflectionProperty',
85
    'ext' => 'Reflection',
86
    'pecl' => false,
87
  ),
88
  'Reflector' =>
89
  array (
90
    'init' => '5.0.0',
91
    'name' => 'Reflector',
92
    'ext' => 'Reflection',
93
    'pecl' => false,
94
  ),
95
);
96
?>