summaryrefslogtreecommitdiff
path: root/ext/standard/tests/math/sinh_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/math/sinh_basic.phpt')
-rw-r--r--ext/standard/tests/math/sinh_basic.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/math/sinh_basic.phpt b/ext/standard/tests/math/sinh_basic.phpt
index 2bcf42f9fd..8d16e1712e 100644
--- a/ext/standard/tests/math/sinh_basic.phpt
+++ b/ext/standard/tests/math/sinh_basic.phpt
@@ -9,7 +9,7 @@ precision = 14
* Function is implemented in ext/standard/math.c
*/
-$file_path = dirname(__FILE__);
+$file_path = __DIR__;
require($file_path."/allowed_rounding_error.inc");
echo "sinh .5 = ";