diff options
| author | Melvyn Sopacua <msopacua@php.net> | 2002-10-10 19:52:13 +0000 |
|---|---|---|
| committer | Melvyn Sopacua <msopacua@php.net> | 2002-10-10 19:52:13 +0000 |
| commit | 6dde848d9ee92f15ae9855c299383b118837dcdb (patch) | |
| tree | f5c5014716db8a0714f3437b57aa140365813673 /tests | |
| parent | f61889e72d6370c7816f4191011a2713cc71fcab (diff) | |
| download | php-git-6dde848d9ee92f15ae9855c299383b118837dcdb.tar.gz | |
Sorry, shouldn't use undo on packetloss connections
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/lang/034.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/034.phpt b/tests/lang/034.phpt index cccac84d18..dbdcce1ccf 100644 --- a/tests/lang/034.phpt +++ b/tests/lang/034.phpt @@ -4,7 +4,7 @@ Locale settings affecting float parsing <?php # try to activate a german locale $status = false; foreach(array("de_DE", "de", "german", "ge") as $lang) { - if($lang == setlocale(LC_NUMERIC, $lang) { + if($lang == setlocale(LC_NUMERIC, $lang)) { $status = true; continue; } |
