mirror of
https://github.com/php/php-src.git
synced 2024-11-25 19:05:31 +08:00
16017f6d78
Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.
8 lines
179 B
C
8 lines
179 B
C
#ifndef SAFE_MODE_H
|
|
#define SAFE_MODE_H
|
|
|
|
extern PHPAPI int php_checkuid(const char *filename, char *fopen_mode, int mode);
|
|
extern PHPAPI char *php_get_current_user(void);
|
|
|
|
#endif
|