mirror of
https://github.com/php/php-src.git
synced 2026-04-11 10:03:18 +02:00
- In function declerations the opening { should be on a new line
This commit is contained in:
@@ -40,7 +40,8 @@
|
||||
* 2 - if file does not exist, check directory
|
||||
* 3 - only check directory (needed for mkdir)
|
||||
*/
|
||||
PHPAPI int php_checkuid(const char *fn, char *fopen_mode, int mode) {
|
||||
PHPAPI int php_checkuid(const char *fn, char *fopen_mode, int mode)
|
||||
{
|
||||
struct stat sb;
|
||||
int ret;
|
||||
long uid=0L, duid=0L;
|
||||
|
||||
Reference in New Issue
Block a user