--TEST-- gmp_or() basic tests --SKIPIF-- --FILE-- --EXPECTF-- unicode(7) "2226831" unicode(6) "517363" unicode(10) "2342341163" unicode(2) "-1" unicode(3) "-19" unicode(1) "0" unicode(15) "987657876576252" unicode(21) "987658441719689394144" Warning: gmp_or() expects exactly 2 parameters, 3 given in %s on line %d NULL Warning: gmp_or() expects exactly 2 parameters, 1 given in %s on line %d NULL Warning: gmp_or(): Unable to convert variable to GMP - wrong type in %s on line %d bool(false) Warning: gmp_or(): Unable to convert variable to GMP - wrong type in %s on line %d bool(false) Warning: gmp_or(): Unable to convert variable to GMP - wrong type in %s on line %d bool(false) Done