home
/
zktecojo
/
public_html
/
vendor
/
phpseclib
/
phpseclib
/
tests
/
Unit
/
Math
/
BigInteger
➕ New
📤 Upload
✎ Editing:
GMPTest.php
← Back
<?php /** * @author Andreas Fischer <bantu@phpbb.com> * @copyright MMXIII Andreas Fischer * @license http://www.opensource.org/licenses/mit-license.html MIT License */ class Unit_Math_BigInteger_GMPTest extends Unit_Math_BigInteger_TestCase { static public function setUpBeforeClass() { if (!extension_loaded('gmp')) { self::markTestSkipped('GNU Multiple Precision (GMP) extension is not available.'); } parent::setUpBeforeClass(); self::ensureConstant('MATH_BIGINTEGER_MODE', MATH_BIGINTEGER_MODE_GMP); } }
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel