--TEST-- gmp_sub() tests --SKIPIF-- --FILE-- --EXPECTF-- Warning: gmp_sub() expects exactly 2 parameters, 0 given in %s on line %d NULL Warning: gmp_sub() expects exactly 2 parameters, 1 given in %s on line %d NULL bool(false) Warning: gmp_sub() expects exactly 2 parameters, 3 given in %s on line %d NULL Warning: gmp_sub(): Unable to convert variable to GMP - wrong type in %s on line %d bool(false) resource(%d) of type (GMP integer) string(2) "-1" resource(%d) of type (GMP integer) string(5) "10001" Warning: gmp_sub(): Unable to convert variable to GMP - wrong type in %s on line %d bool(false) string(1) "0" Warning: gmp_sub(): Unable to convert variable to GMP - wrong type in %s on line %d bool(false) string(1) "0" Done