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

Source for file parseFile.php

Documentation is available at parseFile.php

  1. <?php
  2.  
  3. /* Get the Compatibility info for a single file */
  4.  
  5. require_once 'PHP/CompatInfo.php';
  6.  
  7. $info = new PHP_CompatInfo;
  8.  
  9. $file = __FILE__;
  10.  
  11. var_dump($info->parseFile($file));
  12. ?>

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