mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 21:04:52 +08:00
8 lines
159 B
PHP
8 lines
159 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
/** @noinspection PhpComposerExtensionStubsInspection */
|
||
|
|
|
||
|
|
declare(strict_types=1);
|
||
|
|
|
||
|
|
exit(function_exists('cal_info') && is_array(cal_info(0)) ? 0 : 1);
|