Lines Matching refs:flock
2 Test flock() function: Error conditions
33 var_dump(flock($fp, $operation));
45 var_dump(flock($fp, LOCK_SH|LOCK_NB));
58 flock(): Argument #2 ($operation) must be one of LOCK_SH, LOCK_EX, or LOCK_UN
60 flock(): Argument #2 ($operation) must be one of LOCK_SH, LOCK_EX, or LOCK_UN
62 flock(): Argument #2 ($operation) must be one of LOCK_SH, LOCK_EX, or LOCK_UN
64 flock(): Argument #2 ($operation) must be of type int, array given
66 flock(): Argument #2 ($operation) must be of type int, array given
68 flock(): Argument #2 ($operation) must be of type int, string given
70 flock(): Argument #2 ($operation) must be of type int, string given
72 flock(): Argument #2 ($operation) must be of type int, string given
73 flock(): supplied resource is not a valid stream resource