--TEST-- gmp_intval() tests --SKIPIF-- --FILE-- --EXPECTF-- Warning: gmp_intval() expects exactly 1 parameter, 2 given in %s on line %d NULL int(0) int(1) int(1) int(-1) int(-1) int(-2349828) int(2342344) Notice: Object of class stdClass could not be converted to int in %s on line %d int(1) int(0) Warning: gmp_intval(): supplied resource is not a valid GMP integer resource in %s on line %d bool(false) int(12345678) Done