summaryrefslogtreecommitdiff
path: root/ext/standard/tests/math/cosh_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/math/cosh_error.phpt')
-rw-r--r--ext/standard/tests/math/cosh_error.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/math/cosh_error.phpt b/ext/standard/tests/math/cosh_error.phpt
index afed24fe3b..c540f72a20 100644
--- a/ext/standard/tests/math/cosh_error.phpt
+++ b/ext/standard/tests/math/cosh_error.phpt
@@ -2,10 +2,10 @@
Test wrong number of arguments for cosh()
--FILE--
<?php
-/*
+/*
* proto float cosh(float number)
* Function is implemented in ext/standard/math.c
-*/
+*/
$arg_0 = 1.0;
$extra_arg = 1;