Skip to content

Commit 513c091

Browse files
committed
Fixed locale_float.phpt test
1 parent 09e1304 commit 513c091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/experimental/locale_float.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if (!setlocale(LC_NUMERIC, "fi_FI", 'sv_SV', 'nl_NL')) {
99
--FILE--
1010
<?php
1111

12-
include dirname (__FILE__) . '/config.inc';
12+
include dirname(dirname(__FILE__)) . '/config.inc';
1313
$memcache = memc_get_instance ();
1414

1515
setlocale(LC_NUMERIC,

0 commit comments

Comments
 (0)