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

Source for file checkConstants.php

Documentation is available at checkConstants.php

  1. <?php
  2. /* Test Constants that appeared in >= 4.3.0 */
  3.  
  4. require_once 'PHP/CompatInfo.php';
  5.  
  6. function test_constants({
  7.     return __FUNCTION__;
  8. }
  9.  
  10. $info = new PHP_CompatInfo;
  11.  
  12. $file = __FILE__;
  13.  
  14. var_dump($info->parseFile($file));
  15. ?>

Documentation generated on Mon, 11 Mar 2019 10:15:33 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.