65 #require_once('Zend/Crypt/Math/BigInteger/Exception.php'); 79 public function __call($methodName, $args)
81 if(!method_exists($this->_math, $methodName)) {
82 #require_once 'Zend/Crypt/Math/BigInteger/Exception.php'; 85 return call_user_func_array(array($this->_math, $methodName), $args);
95 if (extension_loaded(
'gmp')) {
103 if(
$extension ==
'gmp' && extension_loaded(
'gmp')) {
104 #require_once 'Zend/Crypt/Math/BigInteger/Gmp.php'; 110 #require_once 'Zend/Crypt/Math/BigInteger/Bcmath.php'; 113 #require_once 'Zend/Crypt/Math/BigInteger/Exception.php';
elseif(isset( $params[ 'redirect_parent']))
_loadAdapter($extension=null)
__call($methodName, $args)
__construct($extension=null)