mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 05:14:52 +08:00
12 lines
349 B
PHP
12 lines
349 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
assert(function_exists('swoole_cpu_num'));
|
|
assert(function_exists('swoole_string'));
|
|
assert(class_exists('Swoole\Coroutine'));
|
|
assert(class_exists('Swoole\Coroutine\Http2\Client'));
|
|
assert(class_exists('Swoole\Coroutine\WaitGroup'));
|
|
assert(class_exists('Swoole\Http2\Request'));
|
|
assert(constant('SWOOLE_VERSION'));
|