Lines Matching refs:flock
2 Test flock() function: Error conditions
34 var_dump(flock($fp, $operation));
46 var_dump(flock($fp, LOCK_SH|LOCK_NB));
59 flock(): Argument #2 ($operation) must be one of LOCK_SH, LOCK_EX, or LOCK_UN
61 flock(): Argument #2 ($operation) must be one of LOCK_SH, LOCK_EX, or LOCK_UN
63 flock(): Argument #2 ($operation) must be one of LOCK_SH, LOCK_EX, or LOCK_UN
65 flock(): Argument #2 ($operation) must be one of LOCK_SH, LOCK_EX, or LOCK_UN
67 flock(): Argument #2 ($operation) must be of type int, array given
69 flock(): Argument #2 ($operation) must be of type int, array given
71 flock(): Argument #2 ($operation) must be of type int, string given
73 flock(): Argument #2 ($operation) must be of type int, string given
75 flock(): Argument #2 ($operation) must be of type int, string given
76 flock(): supplied resource is not a valid stream resource