/PHP-8.2/ext/standard/ |
H A D | mail.c | 186 PHPAPI zend_string *php_mail_build_headers(HashTable *headers) in php_mail_build_headers() 412 PHPAPI int php_mail(const char *to, const char *subject, const char *message, const char *headers, … in php_mail()
|
H A D | http_fopen_wrapper.c | 107 static bool check_has_header(const char *headers, const char *header) { in check_has_header() 994 zval headers; in php_stream_url_wrap_http() local
|
H A D | basic_functions.c | 1375 char *message, *opt = NULL, *headers = NULL; local 1396 PHPAPI int _php_error_log(int opt_err, const char *message, const char *opt, const char *headers) /… 1402 …t opt_err, const char *message, size_t message_len, const char *opt, const char *headers) /* {{{ */
|
/PHP-8.2/ext/soap/ |
H A D | php_http.c | 1367 static char *get_http_header_value_nodup(char *headers, char *type, size_t *len) in get_http_header_value_nodup() 1420 static char *get_http_header_value(char *headers, char *type) in get_http_header_value() 1434 static zend_string* get_http_body(php_stream *stream, int close, char *headers) in get_http_body()
|
H A D | soap.c | 2398 zval *headers = NULL; local 2690 zval *headers = NULL; local 2972 …l *function_name, int *num_params, zval **parameters, int *version, soapHeader **headers) /* {{{ */ 3352 …dlFunctionPtr function, char *function_name, char *uri, zval *ret, soapHeader* headers, int versio…
|
H A D | soap.stub.php | 600 public function __setSoapHeaders($headers = null): bool {}
|
H A D | php_sdl.h | 113 HashTable *headers; /* array of sdlSoapBindingFunctionHeaderPtr */ member
|
H A D | php_sdl.c | 2452 static HashTable* make_persistent_sdl_function_headers(HashTable *headers, HashTable *ptr_map) in make_persistent_sdl_function_headers() 3185 smart_str headers = {0}; in get_sdl() local
|
/PHP-8.2/win32/ |
H A D | sendmail.c | 180 const char *headers, const char *Subject, const char *mailTo, const char *data, in TSendMail() 387 const char *headers, char *headers_lc, char **error_message) in SendText()
|
/PHP-8.2/ext/iconv/ |
H A D | iconv.stub.php | 45 function iconv_mime_decode_headers(string $headers, int $mode = 0, ?string $encoding = null): array…
|
/PHP-8.2/ext/openssl/ |
H A D | openssl.stub.php | 391 function openssl_x509_check_private_key(OpenSSLCertificate|string $certificate, #[\SensitiveParamet…
|
/PHP-8.2/ext/curl/ |
H A D | multi.c | 391 zval headers; in _php_server_push_callback() local
|
/PHP-8.2/main/ |
H A D | SAPI.h | 51 zend_llist headers; member
|
/PHP-8.2/ext/imap/ |
H A D | php_imap.c | 1582 zend_string *headers, *defaulthost = NULL; in PHP_FUNCTION() local 3363 …l _php_imap_mail(zend_string *to, zend_string *subject, zend_string *message, zend_string *headers, in _php_imap_mail() 3538 …zend_string *to=NULL, *message=NULL, *headers=NULL, *subject=NULL, *cc=NULL, *bcc=NULL, *rpath=NUL… in PHP_FUNCTION() local
|
/PHP-8.2/sapi/litespeed/ |
H A D | lsapilib.c | 927 static const char * headers[] = in lsapi_lve_error() local 2281 struct _headerInfo headers[512]; in LSAPI_ForeachOrgHeader_r() local
|
/PHP-8.2/sapi/cli/ |
H A D | php_cli_server.c | 133 HashTable headers; member
|