mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-06 16:25:39 +08:00
initial commit for macOS support
This commit is contained in:
8
src/globals/tests/bcmath.php
Normal file
8
src/globals/tests/bcmath.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
/** @noinspection PhpComposerExtensionStubsInspection */
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
bcscale(3);
|
||||
exit(bcdiv('105', '6.55957') === '16.007' ? 0 : 1);
|
||||
Reference in New Issue
Block a user