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 Sat, 05 Mar 2005 20:00:56 -0500 by phpDocumentor 1.3.0RC3