/[cvs]/nfo/php/libs/net.php.pear/PEAR.php
ViewVC logotype

Diff of /nfo/php/libs/net.php.pear/PEAR.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by joko, Wed Feb 5 20:11:26 2003 UTC revision 1.2 by joko, Wed Feb 5 20:12:34 2003 UTC
# Line 18  Line 18 
18  // |          Tomas V.V.Cox <cox@idecnet.com>                             |  // |          Tomas V.V.Cox <cox@idecnet.com>                             |
19  // +----------------------------------------------------------------------+  // +----------------------------------------------------------------------+
20  //  //
21  // Id: PEAR.php,v 1.32.2.2 2002/04/09 19:04:07 ssb Exp  // Id: PEAR.php,v 1.32.2.2 2002/04/09 19:04:07 ssb Exp
22  //  //
23    
24  define('PEAR_ERROR_RETURN',   1);  define('PEAR_ERROR_RETURN',   1);
# Line 493  class PEAR Line 493  class PEAR
493      }      }
494    
495      // }}}      // }}}
496    
497      function &getStaticProperty($class, $var)
498          {
499              static $properties;
500              return $properties[$class][$var];
501          }                  
502    
503  }  }
504    
505  // {{{ _PEAR_call_destructors()  // {{{ _PEAR_call_destructors()

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed