From fc7497fe1e257ba98bcc36e5271b123ca0c916cd Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Mon, 19 May 2008 15:17:08 +0000 Subject: [PATCH] - Fixed test (duplicated UEXPECTF section) --- ext/gmp/tests/012.phpt | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/ext/gmp/tests/012.phpt b/ext/gmp/tests/012.phpt index 3bf0d0a75f..f0d41d42ce 100644 --- a/ext/gmp/tests/012.phpt +++ b/ext/gmp/tests/012.phpt @@ -61,22 +61,3 @@ NULL Warning: gmp_neg(): Unable to convert variable to GMP - wrong type in %s on line %d bool(false) Done ---UEXPECTF-- -int(0) -int(-1) -int(1) -int(1) -int(0) -int(0) -int(0) -unicode(21) "-12345678901234567890" - -Warning: gmp_neg() expects exactly 1 parameter, 2 given in %s on line %d -NULL - -Warning: gmp_neg() expects exactly 1 parameter, 0 given in %s on line %d -NULL - -Warning: gmp_neg(): Unable to convert variable to GMP - wrong type in %s on line %d -bool(false) -Done -- 2.50.1