mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-06 00:05:42 +08:00
Remove redundant files and add tests for #504 bug
This commit is contained in:
@@ -3,3 +3,6 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
assert(class_exists(NumberFormatter::class));
|
||||
assert(function_exists('locale_get_default'));
|
||||
$fmt = new NumberFormatter('de-DE', NumberFormatter::DECIMAL);
|
||||
assert(strval($fmt->parse('1.100')) === '1100');
|
||||
|
||||
Reference in New Issue
Block a user