php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
#define | FINFO_LSEEK_FUNC lseek |
#define | FINFO_READ_FUNC read |
#define | offsetof(STRUCTURE, FIELD) |
#define | UINT32_MAX (0xffffffff) |
#define | PREG_OFFSET_CAPTURE (1<<8) |
#define | abort() |
Functions | |
zend_string * | convert_libmagic_pattern (const char *val, size_t len, uint32_t options) |
#define abort | ( | ) |
Definition at line 66 of file php_libmagic.h.
#define FINFO_LSEEK_FUNC lseek |
Definition at line 42 of file php_libmagic.h.
#define FINFO_READ_FUNC read |
Definition at line 43 of file php_libmagic.h.
#define offsetof | ( | STRUCTURE, | |
FIELD ) |
Definition at line 55 of file php_libmagic.h.
#define PREG_OFFSET_CAPTURE (1<<8) |
Definition at line 63 of file php_libmagic.h.
#define UINT32_MAX (0xffffffff) |
Definition at line 59 of file php_libmagic.h.
zend_string * convert_libmagic_pattern | ( | const char * | val, |
size_t | len, | ||
uint32_t | options ) |
Definition at line 20 of file php_libmagic.c.