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. /**
  3.  * Constants
  4.  * @global array $GLOBALS['_PHP_COMPATINFO_CONST'] 
  5.  */
  6. $GLOBALS['_PHP_COMPATINFO_CONST'= array (
  7.   '__FILE__' =>
  8.   array (
  9.     'init' => '4.0.0',
  10.     'name' => '__FILE__',
  11.   ),
  12.   '__LINE__' =>
  13.   array (
  14.     'init' => '4.0.0',
  15.     'name' => '__LINE__',
  16.   ),
  17.   '__FUNCTION__' =>
  18.   array (
  19.     'init' => '4.3.0',
  20.     'name' => '__FUNCTION__',
  21.   ),
  22.   '__CLASS__' =>
  23.   array (
  24.     'init' => '4.3.0',
  25.     'name' => '__CLASS__',
  26.   ),
  27.   '__METHOD__' =>
  28.   array (
  29.     'name' => '__METHOD__',
  30.     'init' => '5.0.0',
  31.   ),
  32.   'abstract' =>
  33.   array (
  34.     'init' => '5.0.0',
  35.     'name' => 'abstract',
  36.   ),
  37.   'catch' =>
  38.   array (
  39.     'init' => '5.0.0',
  40.     'name' => 'catch',
  41.   ),
  42.   'final' =>
  43.   array (
  44.     'init' => '5.0.0',
  45.     'name' => 'final',
  46.   ),
  47.   'instanceof' =>
  48.   array (
  49.     'init' => '5.0.0',
  50.     'name' => 'instanceof',
  51.   ),
  52.   'private' =>
  53.   array (
  54.     'init' => '5.0.0',
  55.     'name' => 'private',
  56.   ),
  57.   'protected' =>
  58.   array (
  59.     'init' => '5.0.0',
  60.     'name' => 'protected',
  61.   ),
  62.   'public' =>
  63.   array (
  64.     'init' => '5.0.0',
  65.     'name' => 'public',
  66.   ),
  67.   'throw' =>
  68.   array (
  69.     'init' => '5.0.0',
  70.     'name' => 'throw',
  71.   ),
  72.   'try' =>
  73.   array (
  74.     'init' => '5.0.0',
  75.     'name' => 'try',
  76.   ),
  77.   'clone' =>
  78.   array (
  79.     'init' => '5.0.0',
  80.     'name' => 'clone',
  81.   ),
  82.   'interface' =>
  83.   array (
  84.     'init' => '5.0.0',
  85.     'name' => 'interface',
  86.   ),
  87.   'implements' =>
  88.   array (
  89.     'init' => '5.0.0',
  90.     'name' => 'implements',
  91.   ),
  92. );
  93. ?>

Documentation generated on Mon, 11 Mar 2019 14:41:34 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.