equal
deleted
inserted
replaced
14 * to license@zend.com so we can send you a copy immediately. |
14 * to license@zend.com so we can send you a copy immediately. |
15 * |
15 * |
16 * @category Zend |
16 * @category Zend |
17 * @package Zend_XmlRpc |
17 * @package Zend_XmlRpc |
18 * @subpackage Value |
18 * @subpackage Value |
19 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
19 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
20 * @license http://framework.zend.com/license/new-bsd New BSD License |
20 * @license http://framework.zend.com/license/new-bsd New BSD License |
21 * @version $Id: BigInteger.php 24593 2012-01-05 20:35:02Z matthew $ |
21 * @version $Id$ |
22 */ |
22 */ |
23 |
23 |
24 /** |
24 /** |
25 * Zend_XmlRpc_Value_Integer |
25 * Zend_XmlRpc_Value_Integer |
26 */ |
26 */ |
28 |
28 |
29 /** |
29 /** |
30 * @category Zend |
30 * @category Zend |
31 * @package Zend_XmlRpc |
31 * @package Zend_XmlRpc |
32 * @subpackage Value |
32 * @subpackage Value |
33 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
33 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
34 * @license http://framework.zend.com/license/new-bsd New BSD License |
34 * @license http://framework.zend.com/license/new-bsd New BSD License |
35 */ |
35 */ |
36 class Zend_XmlRpc_Value_BigInteger extends Zend_XmlRpc_Value_Integer |
36 class Zend_XmlRpc_Value_BigInteger extends Zend_XmlRpc_Value_Integer |
37 { |
37 { |
38 /** |
38 /** |