summaryrefslogtreecommitdiff
path: root/ext/standard/tests/math/sin_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/math/sin_basic.phpt')
-rw-r--r--ext/standard/tests/math/sin_basic.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/tests/math/sin_basic.phpt b/ext/standard/tests/math/sin_basic.phpt
index 2b55ad7355..27579cd289 100644
--- a/ext/standard/tests/math/sin_basic.phpt
+++ b/ext/standard/tests/math/sin_basic.phpt
@@ -4,10 +4,10 @@ Test return type and value for expected input sin()
precision = 14
--FILE--
<?php
-/*
+/*
* proto float sin(float number)
* Function is implemented in ext/standard/math.c
-*/
+*/
$file_path = dirname(__FILE__);
require($file_path."/allowed_rounding_error.inc");
@@ -64,7 +64,7 @@ var_dump(sin($twoseventy));
if (allowed_rounding_error(sin($twoseventy),-1.0)) {
echo "Pass\n";
}
-else {
+else {
echo "Fail\n";
}