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

Source for file ext.dependencies.php

Documentation is available at ext.dependencies.php

  1. <?php return;
  2.  
  3. /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
  4.  
  5. /**
  6.  * External dependencies
  7.  *
  8.  * @package    Dependencies
  9.  * @author     Stefano F. Rausch <stefano@rausch-e.net>
  10.  * @version    SVN: $Id: ext.dependencies.php 21 2005-09-26 15:55:48Z stefanorausch $
  11.  * @link       http://pear.php.net/package/ScriptReorganizer
  12.  * @since      File available since Release 0.3.0
  13.  * @filesource
  14.  */
  15.  
  16. /**
  17.  * PEAR's Base Exception Class
  18.  *
  19.  * @package Dependencies
  20.  * @link    http://pear.php.net/package/PEAR
  21.  */
  22. class PEAR_Exception {}
  23.  
  24. /**
  25.  * PEAR's PHP Archive File Creator
  26.  *
  27.  * @package Dependencies
  28.  * @link    http://pear.php.net/package/PHP_Archive
  29.  */
  30.  
  31. /**#@+
  32.  * PECL's PHP Bytecode Compiler
  33.  *
  34.  * @link    http://pecl.php.net/package/BCompiler
  35.  */
  36. function bcompiler_write_header({}
  37. function bcompiler_write_file({}
  38. function bcompiler_write_footer({}
  39. /**#@-*/
  40.  
  41. /*
  42.  * Local variables:
  43.  * tab-width: 4
  44.  * c-basic-offset: 4
  45.  * c-hanging-comment-ender-p: nil
  46.  * End:
  47.  */
  48.  
  49. ?>

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