--TEST-- gmp_xor() basic tests --SKIPIF-- --FILE-- --EXPECTF-- unicode(7) "2120329" unicode(6) "476369" unicode(10) "2342340648" unicode(5) "-3334" unicode(5) "-4563" unicode(1) "0" unicode(15) "987657876574716" unicode(21) "987658017016065701376" Warning: gmp_xor() expects exactly 2 parameters, 3 given in %s on line %d NULL Warning: gmp_xor() expects exactly 2 parameters, 1 given in %s on line %d NULL Warning: gmp_xor(): Unable to convert variable to GMP - wrong type in %s on line %d bool(false) Warning: gmp_xor(): Unable to convert variable to GMP - wrong type in %s on line %d bool(false) Warning: gmp_xor(): Unable to convert variable to GMP - wrong type in %s on line %d bool(false) Done