Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dfile.c334 static int flock_values[] = { LOCK_SH, LOCK_EX, LOCK_UN }; variable
365 act = flock_values[act - 1] | (operation & PHP_LOCK_NB ? LOCK_NB : 0); in PHP_FUNCTION()

Completed in 12 milliseconds