/php-src/ext/gettext/ |
H A D | gettext.stub.php | 6 function textdomain(?string $domain = null): 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 = null): 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 = null): string|false {}
|
H A D | gettext.c | 85 zend_string *domain = NULL; in PHP_FUNCTION() local 132 zend_string *domain, *msgid; in PHP_FUNCTION() local 156 zend_string *domain, *msgid; in PHP_FUNCTION() local 182 zend_string *domain, *dir = NULL; in PHP_FUNCTION() local 241 zend_string *domain, *msgid1, *msgid2; in PHP_FUNCTION() local 268 zend_string *domain, *msgid1, *msgid2; in PHP_FUNCTION() local 300 zend_string *domain, *codeset = NULL; in PHP_FUNCTION() local
|
/php-src/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-src/ext/intl/idn/ |
H A D | idn.c | 55 const zend_string *domain, uint32_t option, int mode, zval *idna_info) in php_intl_idn_to_46() 112 zend_string *domain; in php_intl_idn_handoff() local
|
/php-src/ext/standard/ |
H A D | head.c | 81 zend_string *path, zend_string *domain, bool secure, bool httponly, in php_setcookie() 195 zend_string **domain, bool *secure, bool *httponly, zend_string **samesite) in php_head_parse_cookie_options_array() 229 zend_string *name, *value = NULL, *path = NULL, *domain = NULL, *samesite = NULL; in php_setcookie_common() local
|
H A D | basic_functions.stub.php | 2112 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
|
H A D | streamsfuncs.c | 50 zend_long domain, type, protocol; in PHP_FUNCTION() local
|
/php-src/.github/ |
H A D | setup_hmailserver.php | 12 $domain = $hmail->Domains->Add(); variable
|
/php-src/ext/soap/ |
H A D | php_http.c | 325 static bool in_domain(const zend_string *host, const zend_string *domain) in in_domain() 327 if (ZSTR_VAL(domain)[0] == '.') { in in_domain() local
|
/php-src/ext/session/ |
H A D | session.stub.php | 88 …cookie_params(array|int $lifetime_or_options, ?string $path = null, ?string $domain = null, ?bool …
|
H A D | session.c | 1785 zend_string *lifetime = NULL, *path = NULL, *domain = NULL, *samesite = NULL; in PHP_FUNCTION() local
|
/php-src/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-src/ext/sockets/ |
H A D | sockets.stub.php | 1997 function socket_create(int $domain, int $type, int $protocol): Socket|false {} 2042 function socket_create_pair(int $domain, int $type, int $protocol, &$pair): bool {}
|
H A D | sockets.c | 1099 zend_long domain, type, checktype, protocol; local 2129 zend_long domain, type, checktype, protocol; local
|
/php-src/ext/intl/ |
H A D | php_intl.stub.php | 456 function idn_to_ascii(string $domain, int $flags = IDNA_DEFAULT, int $variant = INTL_IDNA_VARIANT_U… 459 function idn_to_utf8(string $domain, int $flags = IDNA_DEFAULT, int $variant = INTL_IDNA_VARIANT_UT…
|