Searched refs:gmp (Results 1 – 25 of 73) sorted by relevance
123
/PHP-7.1/ext/gmp/ |
H A D | config.m4 | 1 PHP_ARG_WITH(gmp, for GNU MP support, 2 [ --with-gmp[=DIR] Include GNU MP support]) 9 test -f $i/include/gmp.h && GMP_DIR=$i && break 10 test -f $i/include/$MACHINE_INCLUDES/gmp.h && GMP_DIR=$i && break 14 AC_MSG_ERROR(Unable to locate gmp.h) 17 PHP_CHECK_LIBRARY(gmp, __gmpz_rootrem, 24 PHP_ADD_LIBRARY_WITH_PATH(gmp, $GMP_DIR/$PHP_LIBDIR, GMP_SHARED_LIBADD) 27 PHP_NEW_EXTENSION(gmp, gmp.c, $ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
|
H A D | config.w32 | 4 ARG_WITH("gmp", "Include GNU MP support.", "no"); 7 if (CHECK_LIB("mpir_a.lib", "gmp", PHP_GMP) && 8 …CHECK_HEADER_ADD_INCLUDE("gmp.h", "CFLAGS_GMP", PHP_GMP + ";" + PHP_PHP_BUILD + "\\include\\mpir"… 9 EXTENSION("gmp", "gmp.c", null, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
|
H A D | php_gmp.h | 32 ZEND_MODULE_STARTUP_D(gmp); 33 ZEND_MODULE_DEACTIVATE_D(gmp); 34 ZEND_MODULE_INFO_D(gmp); 93 ZEND_BEGIN_MODULE_GLOBALS(gmp) 96 ZEND_END_MODULE_GLOBALS(gmp) 98 #define GMPG(v) ZEND_MODULE_GLOBALS_ACCESSOR(gmp, v)
|
H A D | bug67917.phpt | 8 $gmp = gmp_init(42); 9 $gmp <<= 1;
|
H A D | README | 3 See also GNU MP home page at http://www.swox.com/gmp/. 5 license. Please see http://www.swox.com/gmp/lgpl.html
|
/PHP-7.1/ext/gmp/tests/ |
H A D | bug659967.phpt | 4 <?php if (!extension_loaded("gmp")) print "skip"; ?> 9 $gmp = gmp_init('10');
|
H A D | gmp_import.phpt | 4 <?php if (!extension_loaded("gmp")) echo "skip"; ?> 35 $gmp = gmp_import(hex2bin($test[3]), $test[1], $test[2]); 36 if ($gmp instanceof GMP) { 37 $result = gmp_strval($gmp, 16); 43 $type = gettype($gmp);
|
H A D | gmp_random_seed-32bit.phpt | 4 <?php if (!extension_loaded("gmp")) print "skip"; ?> 25 // zero gmp 57 // negative gmp 89 // positive gmp 108 // large negative gmp 124 // large positive gmp
|
H A D | gmp_random_seed.phpt | 4 <?php if (!extension_loaded("gmp")) print "skip"; ?> 25 // zero gmp 57 // negative gmp 89 // positive gmp 108 // large negative gmp 124 // large positive gmp
|
H A D | gmp_export.phpt | 4 <?php if (!extension_loaded("gmp")) echo "skip"; ?> 37 $gmp = gmp_init($test[0], 16); 38 $str = gmp_export($gmp, $test[1], $test[2]);
|
H A D | 002.phpt | 4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
|
H A D | clone.phpt | 4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
|
H A D | bug66872.phpt | 4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
|
H A D | comparison.phpt | 4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
|
H A D | gmp_php_int_max.phpt | 5 if (!extension_loaded("gmp")) print "skip";
|
H A D | cast.phpt | 4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
|
H A D | bug32773.phpt | 4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
|
H A D | bug52906.phpt | 4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
|
H A D | gmp_popcount.phpt | 4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
|
H A D | 003.phpt | 4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
|
H A D | bug70284.phpt | 4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
|
H A D | gmp_intval.phpt | 4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
|
/PHP-7.1/ext/bcmath/libbcmath/ |
H A D | README | 8 These routines do not duplicate functionality of the GNU gmp 9 library. gmp is similar, but the actual computation is different.
|
/PHP-7.1/ext/standard/tests/serialize/ |
H A D | bug70513.phpt | 4 <?php if (!extension_loaded('gmp')) die('skip requires gmp');
|
/PHP-7.1/ext/phar/tests/ |
H A D | bug65028.phpt | 62 "modules/gmp/cache/gmpMarkersCacheCreator.php", 63 "modules/gmp/select/gmpMapContentSelect.php", 64 "modules/gmp/templates/gmpShowAppointmentPage.tpl", 65 "modules/gmp/templates/gmpShowLinkPage.tpl", 66 "modules/gmp/setup/config.xml",
|
Completed in 26 milliseconds
123