Home
last modified time | relevance | path

Searched refs:gmp (Results 1 – 25 of 69) sorted by relevance

123

/PHP-5.6/ext/gmp/
H A Dconfig.m45 PHP_ARG_WITH(gmp, for GNU MP support,
6 [ --with-gmp[=DIR] Include GNU MP support])
11 test -f $i/include/gmp.h && GMP_DIR=$i && break
15 AC_MSG_ERROR(Unable to locate gmp.h)
18 PHP_CHECK_LIBRARY(gmp, __gmp_randinit_lc_2exp_size,
20 PHP_CHECK_LIBRARY(gmp, gmp_randinit_lc_2exp_size,
30 PHP_ADD_LIBRARY_WITH_PATH(gmp, $GMP_DIR/$PHP_LIBDIR, GMP_SHARED_LIBADD)
33 PHP_NEW_EXTENSION(gmp, gmp.c, $ext_shared)
H A Dconfig.w324 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");
H A Dphp_gmp.h29 ZEND_MODULE_STARTUP_D(gmp);
30 ZEND_MODULE_DEACTIVATE_D(gmp);
31 ZEND_MODULE_INFO_D(gmp);
80 ZEND_BEGIN_MODULE_GLOBALS(gmp)
83 ZEND_END_MODULE_GLOBALS(gmp)
H A Dbug67917.phpt8 $gmp = gmp_init(42);
9 $gmp <<= 1;
H A DREADME3 See also GNU MP home page at http://www.swox.com/gmp/.
5 license. Please see http://www.swox.com/gmp/lgpl.html
/PHP-5.6/ext/gmp/tests/
H A Dbug659967.phpt4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
9 $gmp = gmp_init('10');
H A Dgmp_import.phpt4 <?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 Dgmp_export.phpt4 <?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 D002.phpt4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
H A Dclone.phpt4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
H A Dbug66872.phpt4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
H A Dcomparison.phpt4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
H A Dcast.phpt4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
H A Dbug32773.phpt4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
H A Dbug52906.phpt4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
H A Dgmp_popcount.phpt4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
H A D003.phpt4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
H A Dbug70284.phpt4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
H A Dgmp_intval.phpt4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
H A Dserialize.phpt4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
H A Dgmp_perfect_square.phpt4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
H A Dgmp_scan0.phpt4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
/PHP-5.6/ext/bcmath/libbcmath/
H A DREADME8 These routines do not duplicate functionality of the GNU gmp
9 library. gmp is similar, but the actual computation is different.
/PHP-5.6/ext/standard/tests/serialize/
H A Dbug70513.phpt4 <?php if (!extension_loaded('gmp')) die('skip requires gmp');
/PHP-5.6/ext/phar/tests/
H A Dbug65028.phpt62 "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 19 milliseconds

123