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.
 
 

10 lines
261 B

<?php
/** Windows API smoke-test declarations implemented by winapi.cc. */
function windows_current_process_id(): int {}
function windows_has_module_handle(): bool {}
function windows_logical_processor_count(): int {}
function windows_php_is_zts(): bool {}