TypePHP 编译器 https://swoole.com/aot/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

12 lines
298 B

<?php
/** macOS platform declarations implemented by platform.cc. */
function macos_current_process_id(): int {}
function macos_logical_processor_count(): int {}
function macos_has_mach_host_port(): bool {}
function macos_native_is_arm64(): bool {}
function macos_native_php_is_zts(): bool {}