Home
last modified time | relevance | path

Searched refs:acquire (Results 1 – 3 of 3) sorted by relevance

/PHP-5.3/ext/sysvsem/
H A Dsysvsem.c298 static void php_sysvsem_semop(INTERNAL_FUNCTION_PARAMETERS, int acquire) in php_sysvsem_semop() argument
310 if (!acquire && sem_ptr->count == 0) { in php_sysvsem_semop()
316 sop.sem_op = acquire ? -1 : 1; in php_sysvsem_semop()
321 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed to %s key 0x%x: %s", acquire ? "acquire" : "re… in php_sysvsem_semop()
326 sem_ptr->count -= acquire ? -1 : 1; in php_sysvsem_semop()
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt2255 be used for capturing (and they acquire numbers in the usual way).
2731 ses, which still acquire numbers. Several convenience functions such as
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog4037 can still be used for capturing (and they will acquire numbers in the usual

Completed in 49 milliseconds