Searched refs:SysvSemaphore (Results 1 – 3 of 3) sorted by relevance
/PHP-8.0/ext/sysvsem/ |
H A D | sysvsem.stub.php | 5 final class SysvSemaphore class 9 …, int $max_acquire = 1, int $permissions = 0666, bool $auto_release = true): SysvSemaphore|false {} 11 function sem_acquire(SysvSemaphore $semaphore, bool $non_blocking = false): bool {} 13 function sem_release(SysvSemaphore $semaphore): bool {} 15 function sem_remove(SysvSemaphore $semaphore): bool {}
|
H A D | sysvsem_arginfo.h | 4 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_TYPE_MASK_EX(arginfo_sem_get, 0, 1, SysvSemaphore, MAY_BE_FALSE) 12 ZEND_ARG_OBJ_INFO(0, semaphore, SysvSemaphore, 0) 17 ZEND_ARG_OBJ_INFO(0, semaphore, SysvSemaphore, 0)
|
/PHP-8.0/ |
H A D | UPGRADING | 640 . sem_get() will now return an SysvSemaphore object rather than a resource.
|
Completed in 13 milliseconds