Checks whether a constant with the given name exists
<?php defined(string $constant_name): bool
<?php return 1;
}
if (config('octane.swoole.ssl', false) === true && ! defined('SWOOLE_SSL')) {
$this->error('You must configure Swoole with `--enable-openssl` to support ssl.');
return 1;