Searched refs:gmp_cmp (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/gmp/tests/ |
H A D | gmp_cmp.phpt | 2 gmp_cmp() basic tests 10 $r = gmp_cmp($l, $r); 26 var_dump(gmp_cmp(0,$n) < 0); 28 var_dump(gmp_cmp($n1,$n) === 0); 31 var_dump(gmp_cmp(array(),array())); 47 gmp_cmp(): Argument #1 ($num1) must be of type GMP|string|int, array given
|
H A D | gmp_cryptography_ffc.phpt | 69 var_dump(gmp_cmp($left, $right) === 0); 77 var_dump(gmp_cmp($left, $right) === 0); 82 var_dump(gmp_cmp($product, 1) === 0); 87 var_dump(gmp_cmp($product, 1) === 0); 99 var_dump(gmp_cmp($left, $right) === 0);
|
H A D | bug80560.phpt | 53 'gmp_cmp',
|
/php-src/ext/gmp/ |
H A D | gmp_arginfo.h | 231 ZEND_FUNCTION(gmp_cmp); 287 ZEND_FE(gmp_cmp, arginfo_gmp_cmp)
|
H A D | gmp.stub.php | 152 function gmp_cmp(GMP|int|string $num1, GMP|int|string $num2): int {} function
|
H A D | gmp.c | 1416 ZEND_FUNCTION(gmp_cmp) in ZEND_FUNCTION() argument
|
Completed in 33 milliseconds