Deleted tabs

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294050 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Pedro Antonio Gil Rodríguez 2010-01-26 19:55:40 +00:00
parent 1dfe2f5680
commit 61c1880f71

View file

@ -157,8 +157,8 @@ $fp = fopen('/tmp/lock.txt', 'r+');
/* Activate the LOCK_NB option on an LOCK_EX operation */
if(!flock($fp, LOCK_EX | LOCK_NB)) {
echo 'Unable to obtain lock';
exit(-1);
echo 'Unable to obtain lock';
exit(-1);
}
/* ... */