diff options
Diffstat (limited to 'ext/standard/tests/math/rad2deg_error.phpt')
| -rw-r--r-- | ext/standard/tests/math/rad2deg_error.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/math/rad2deg_error.phpt b/ext/standard/tests/math/rad2deg_error.phpt index 32b2f4dcb6..e49eea2703 100644 --- a/ext/standard/tests/math/rad2deg_error.phpt +++ b/ext/standard/tests/math/rad2deg_error.phpt @@ -4,10 +4,10 @@ Test wrong number of arguments for rad2deg() precision = 14 --FILE-- <?php -/* +/* * proto float rad2deg(float number) * Function is implemented in ext/standard/math.c -*/ +*/ $arg_0 = 1.0; $extra_arg = 1; |
