]> granicus.if.org Git - php/commitdiff
add testbit()
authorStanislav Malyshev <stas@php.net>
Thu, 1 Nov 2007 17:53:02 +0000 (17:53 +0000)
committerStanislav Malyshev <stas@php.net>
Thu, 1 Nov 2007 17:53:02 +0000 (17:53 +0000)
ext/gmp/php_gmp.h

index 22b4abcf487a01d9855cf2877fdeed23f8535853..9420716896a2bf8f6d1d18e050eb5ed993d81962 100644 (file)
@@ -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);