Searched defs:section (Results 1 – 11 of 11) sorted by relevance
/PHP-8.0/ext/imap/ |
H A D | php_imap.stub.php | 51 function imap_bodystruct($imap, int $message_num, string $section) {} 54 function imap_fetchbody($imap, int $message_num, string $section, int $flags = 0): string|false {} 57 function imap_fetchmime($imap, int $message_num, string $section, int $flags = 0): string|false {} 63 function imap_savebody($imap, $file, int $message_num, string $section = "", int $flags = 0): bool …
|
H A D | php_imap.c | 2019 zend_string *section = NULL; in PHP_FUNCTION() local 2883 zend_string *section; in PHP_FUNCTION() local
|
/PHP-8.0/ |
H A D | run-tests.php | 1796 function show_file_block(string $file, string $block, ?string $section = null): void
|
/PHP-8.0/ext/opcache/jit/dynasm/ |
H A D | dasm_mips.h | 73 dasm_Section *section; /* Pointer to active section. */ member
|
H A D | dasm_ppc.h | 73 dasm_Section *section; /* Pointer to active section. */ member
|
H A D | dasm_arm.h | 74 dasm_Section *section; /* Pointer to active section. */ member
|
H A D | dasm_arm64.h | 74 dasm_Section *section; /* Pointer to active section. */ member
|
H A D | dasm_x86.h | 72 dasm_Section *section; /* Pointer to active section. */ member
|
/PHP-8.0/sapi/fpm/fpm/ |
H A D | fpm_conf.c | 1391 static void fpm_conf_ini_parser_section(zval *section, void *arg) /* {{{ */ in fpm_conf_ini_parser_section()
|
/PHP-8.0/ext/exif/ |
H A D | exif.c | 1825 static char *exif_get_sectionname(int section) in exif_get_sectionname() 1846 static tag_table_type exif_get_tag_table(int section) in exif_get_tag_table() 3767 int section, sn; in exif_scan_JPEG_header() local
|
/PHP-8.0/ext/openssl/ |
H A D | openssl.c | 800 static inline int php_openssl_config_check_syntax(const char * section_label, const char * config_f… in php_openssl_config_check_syntax()
|
Completed in 70 milliseconds