From: Felipe Pena Date: Mon, 19 May 2008 15:17:08 +0000 (+0000) Subject: - Fixed test (duplicated UEXPECTF section) X-Git-Tag: BEFORE_HEAD_NS_CHANGE~1727 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc7497fe1e257ba98bcc36e5271b123ca0c916cd;p=php - Fixed test (duplicated UEXPECTF section) --- 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