| 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); |
| 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() |