PHP_CompatInfo
[ class tree: PHP_CompatInfo ] [ index: PHP_CompatInfo ] [ all elements ]

Source for file const_array.php

Documentation is available at const_array.php

  1. <?php
  2. $GLOBALS['const'] = array (
  3. 'tokens' =>
  4. array (
  5. 0 => 363,
  6. 1 => 362,
  7. 2 => 361,
  8. 3 => 359,
  9. 4 => 360,
  10. 5 => 345,
  11. 6 => 337,
  12. 7 => 344,
  13. 8 => 288,
  14. 9 => 343,
  15. 10 => 342,
  16. 11 => 341,
  17. 12 => 338,
  18. 13 => 336,
  19. 14 => 298,
  20. 15 => 352,
  21. 16 => 354,
  22. ),
  23. 363 =>
  24. array (
  25. 'init' => '4.0.0',
  26. 'name' => '__FILE__',
  27. ),
  28. 362 =>
  29. array (
  30. 'init' => '4.0.0',
  31. 'name' => '__LINE__',
  32. ),
  33. 361 =>
  34. array (
  35. 'init' => '4.3.0',
  36. 'name' => '__FUNCTION__',
  37. ),
  38. 359 =>
  39. array (
  40. 'init' => '4.3.0',
  41. 'name' => '__CLASS__',
  42. ),
  43. 360 =>
  44. array (
  45. 'name' => '__METHOD__',
  46. 'init' => '5.0.0',
  47. ),
  48. 345 =>
  49. array (
  50. 'init' => '5.0.0',
  51. 'name' => 'abstract',
  52. ),
  53. 337 =>
  54. array (
  55. 'init' => '5.0.0',
  56. 'name' => 'catch',
  57. ),
  58. 344 =>
  59. array (
  60. 'init' => '5.0.0',
  61. 'name' => 'final',
  62. ),
  63. 288 =>
  64. array (
  65. 'init' => '5.0.0',
  66. 'name' => 'instanceof',
  67. ),
  68. 343 =>
  69. array (
  70. 'init' => '5.0.0',
  71. 'name' => 'private',
  72. ),
  73. 342 =>
  74. array (
  75. 'init' => '5.0.0',
  76. 'name' => 'protected',
  77. ),
  78. 341 =>
  79. array (
  80. 'init' => '5.0.0',
  81. 'name' => 'public',
  82. ),
  83. 338 =>
  84. array (
  85. 'init' => '5.0.0',
  86. 'name' => 'throw',
  87. ),
  88. 336 =>
  89. array (
  90. 'init' => '5.0.0',
  91. 'name' => 'try',
  92. ),
  93. 298 =>
  94. array (
  95. 'init' => '5.0.0',
  96. 'name' => 'clone',
  97. ),
  98. 352 =>
  99. array (
  100. 'init' => '5.0.0',
  101. 'name' => 'interface',
  102. ),
  103. 354 =>
  104. array (
  105. 'init' => '5.0.0',
  106. 'name' => 'implements',
  107. ),
  108. );
  109.  
  110. if (!defined('T_CLONE')) {
  111. unset($GLOBALS['const']['tokens'][14]);
  112. }
  113.  
  114. ?>

Documentation generated on Sat, 05 Mar 2005 20:00:46 -0500 by phpDocumentor 1.3.0RC3