Browse Source

generalize resource names

PECL
Stanislav Malyshev 19 years ago
parent
commit
d0fffa7a72
  1. 4
      ext/gmp/tests/006.phpt

4
ext/gmp/tests/006.phpt

@ -35,9 +35,9 @@ NULL
Warning: gmp_sub(): Unable to convert variable to GMP - wrong type in %s on line %d
bool(false)
resource(5) of type (GMP integer)
resource(%d) of type (GMP integer)
string(2) "-1"
resource(8) of type (GMP integer)
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

Loading…
Cancel
Save