From: Stanislav Malyshev Date: Thu, 1 Nov 2007 17:53:02 +0000 (+0000) Subject: add testbit() X-Git-Tag: RELEASE_1_3_1~766 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c4106d3e5bd7f613fc581a2fcac045d5acb1216;p=php add testbit() --- diff --git a/ext/gmp/php_gmp.h b/ext/gmp/php_gmp.h index 22b4abcf48..9420716896 100644 --- a/ext/gmp/php_gmp.h +++ b/ext/gmp/php_gmp.h @@ -72,6 +72,7 @@ ZEND_FUNCTION(gmp_setbit); ZEND_FUNCTION(gmp_clrbit); ZEND_FUNCTION(gmp_scan0); ZEND_FUNCTION(gmp_scan1); +ZEND_FUNCTION(gmp_testbit); ZEND_FUNCTION(gmp_popcount); ZEND_FUNCTION(gmp_hamdist); ZEND_FUNCTION(gmp_nextprime);