/PHP-8.1/ext/gettext/ |
H A D | gettext.stub.php | 6 function textdomain(?string $domain): string {} 15 function dgettext(string $domain, string $message): string {} 18 function dcgettext(string $domain, string $message, int $category): string {} 21 function bindtextdomain(string $domain, ?string $directory): string|false {} 30 function dngettext(string $domain, string $singular, string $plural, int $count): string {} 35 function dcngettext(string $domain, string $singular, string $plural, int $count, int $category): s… 40 function bind_textdomain_codeset(string $domain, ?string $codeset): string|false {}
|
H A D | gettext.c | 75 zend_string *domain = NULL; in PHP_FUNCTION() local 117 zend_string *domain, *msgid; in PHP_FUNCTION() local 140 zend_string *domain, *msgid; in PHP_FUNCTION() local 163 char *domain; in PHP_FUNCTION() local 224 char *domain, *msgid1, *msgid2, *msgstr = NULL; in PHP_FUNCTION() local 249 char *domain, *msgid1, *msgid2, *msgstr = NULL; in PHP_FUNCTION() local 277 char *domain, *codeset = NULL, *retval = NULL; in PHP_FUNCTION() local
|
/PHP-8.1/win32/ |
H A D | sockets.c | 27 PHPAPI int socketpair_win32(int domain, int type, int protocol, SOCKET sock[2], int overlapped) in socketpair_win32() 94 PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2]) in socketpair()
|
/PHP-8.1/ext/standard/ |
H A D | head.c | 81 zend_string *path, zend_string *domain, bool secure, bool httponly, in php_setcookie() 196 zend_string **domain, bool *secure, bool *httponly, zend_string **samesite) in php_head_parse_cookie_options_array() 230 zend_string *name, *value = NULL, *path = NULL, *domain = NULL, *samesite = NULL; in php_setcookie_common() local
|
H A D | streamsfuncs.c | 55 zend_long domain, type, protocol; in PHP_FUNCTION() local
|
H A D | basic_functions.stub.php | 665 …g $value = "", array|int $expires_or_options = 0, string $path = "", string $domain = "", bool $se… 667 …g $value = "", array|int $expires_or_options = 0, string $path = "", string $domain = "", bool $se… 1682 function stream_socket_pair(int $domain, int $type, int $protocol): array|false {}
|
/PHP-8.1/ext/intl/idn/ |
H A D | idn.c | 120 const zend_string *domain, uint32_t option, int mode, zval *idna_info) in php_intl_idn_to_46() 177 zend_string *domain; in php_intl_idn_handoff() local
|
/PHP-8.1/ext/sockets/ |
H A D | sockets.stub.php | 51 function socket_create(int $domain, int $type, int $protocol): Socket|false {} 96 function socket_create_pair(int $domain, int $type, int $protocol, &$pair): bool {}
|
H A D | sockets.c | 1241 zend_long domain, type, protocol; local 2033 zend_long domain, type, protocol; local
|
/PHP-8.1/ext/session/ |
H A D | session.stub.php | 72 …cookie_params(array|int $lifetime_or_options, ?string $path = null, ?string $domain = null, ?bool …
|
H A D | session.c | 1666 zend_string *lifetime = NULL, *path = NULL, *domain = NULL, *samesite = NULL; in PHP_FUNCTION() local
|
/PHP-8.1/ext/opcache/jit/vtune/ |
H A D | ittnotify_config.h | 562 #define NEW_COUNTER_W(gptr,h,h_tail,name,domain,type) { \ argument 579 #define NEW_COUNTER_A(gptr,h,h_tail,name,domain,type) { \ argument
|
/PHP-8.1/ext/filter/ |
H A D | logical_filters.c | 507 static int _php_filter_validate_domain(char * domain, size_t len, zend_long flags) /* {{{ */ in _php_filter_validate_domain()
|
/PHP-8.1/ext/soap/ |
H A D | php_http.c | 314 static int in_domain(const char *host, const char *domain) in in_domain()
|
/PHP-8.1/ext/intl/ |
H A D | php_intl.stub.php | 287 function idn_to_ascii(string $domain, int $flags = IDNA_DEFAULT, int $variant = INTL_IDNA_VARIANT_U… 290 function idn_to_utf8(string $domain, int $flags = IDNA_DEFAULT, int $variant = INTL_IDNA_VARIANT_UT…
|