diff options
Diffstat (limited to 'ext/wddx/tests/001-64bit.phpt')
-rw-r--r-- | ext/wddx/tests/001-64bit.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wddx/tests/001-64bit.phpt b/ext/wddx/tests/001-64bit.phpt index 7869c48e1d..c0cd49c835 100644 --- a/ext/wddx/tests/001-64bit.phpt +++ b/ext/wddx/tests/001-64bit.phpt @@ -7,7 +7,7 @@ wddx deserialization test (64-bit) precision=14 --FILE-- <?php - $path = dirname(__FILE__); + $path = __DIR__; var_dump(wddx_deserialize(file_get_contents("{$path}/wddx.xml"))); ?> --EXPECTF-- |