summaryrefslogtreecommitdiff
path: root/ext/standard/tests/math/fmod_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/math/fmod_error.phpt')
-rw-r--r--ext/standard/tests/math/fmod_error.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/tests/math/fmod_error.phpt b/ext/standard/tests/math/fmod_error.phpt
index 42a6ad1a02..4720ee46d2 100644
--- a/ext/standard/tests/math/fmod_error.phpt
+++ b/ext/standard/tests/math/fmod_error.phpt
@@ -9,7 +9,6 @@ fmod(23);
fmod(23,2,true);
?>
--EXPECTF--
-
Warning: fmod() expects exactly 2 parameters, 0 given in %s on line 2
Warning: fmod() expects exactly 2 parameters, 1 given in %s on line 3