Home
last modified time | relevance | path

Searched defs:section (Results 1 – 11 of 11) sorted by relevance

/PHP-8.0/ext/imap/
H A Dphp_imap.stub.php51 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 Dphp_imap.c2019 zend_string *section = NULL; in PHP_FUNCTION() local
2883 zend_string *section; in PHP_FUNCTION() local
/PHP-8.0/
H A Drun-tests.php1796 function show_file_block(string $file, string $block, ?string $section = null): void
/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddasm_mips.h73 dasm_Section *section; /* Pointer to active section. */ member
H A Ddasm_ppc.h73 dasm_Section *section; /* Pointer to active section. */ member
H A Ddasm_arm.h74 dasm_Section *section; /* Pointer to active section. */ member
H A Ddasm_arm64.h74 dasm_Section *section; /* Pointer to active section. */ member
H A Ddasm_x86.h72 dasm_Section *section; /* Pointer to active section. */ member
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_conf.c1391 static void fpm_conf_ini_parser_section(zval *section, void *arg) /* {{{ */ in fpm_conf_ini_parser_section()
/PHP-8.0/ext/exif/
H A Dexif.c1825 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 Dopenssl.c800 static inline int php_openssl_config_check_syntax(const char * section_label, const char * config_f… in php_openssl_config_check_syntax()

Completed in 111 milliseconds