summaryrefslogtreecommitdiff
path: root/ext/gmp/tests/004.phpt
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-11-06 14:31:08 +0000
committerAntony Dovgal <tony2001@php.net>2007-11-06 14:31:08 +0000
commit37394707139a340e3a0b784e059e40b6eb43c571 (patch)
tree28921fdef2cad864bd14c42ba485f31d9793da7a /ext/gmp/tests/004.phpt
parentd945aea89149b73e68b405950f494f85a16ebdd0 (diff)
downloadphp-git-37394707139a340e3a0b784e059e40b6eb43c571.tar.gz
fix tests
Diffstat (limited to 'ext/gmp/tests/004.phpt')
-rw-r--r--ext/gmp/tests/004.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gmp/tests/004.phpt b/ext/gmp/tests/004.phpt
index d093c04d59..a0fa1cd133 100644
--- a/ext/gmp/tests/004.phpt
+++ b/ext/gmp/tests/004.phpt
@@ -25,7 +25,7 @@ var_dump(gmp_intval($g));
echo "Done\n";
?>
--EXPECTF--
-Warning: Wrong parameter count for gmp_intval() in %s on line %d
+Warning: gmp_intval() expects exactly 1 parameter, 2 given in %s on line %d
NULL
int(0)
int(1)