Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dflock_compat.h40 #define PHP_LOCK_NB 4 macro
H A Dfile.c187 REGISTER_LONG_CONSTANT("LOCK_NB", PHP_LOCK_NB, CONST_CS | CONST_PERSISTENT); in PHP_INI_END()
365 act = flock_values[act - 1] | (operation & PHP_LOCK_NB ? LOCK_NB : 0); in PHP_FUNCTION()
/PHP-7.4/main/streams/
H A Duserspace.c958 Z_LVAL_P(&args[0]) |= PHP_LOCK_NB; in php_userstreamop_set_option()

Completed in 27 milliseconds