Home
last modified time | relevance | path

Searched refs:domain (Results 101 – 125 of 134) sorted by relevance

123456

/PHP-5.5/ext/session/tests/
H A Dsession_set_cookie_params_variation3.phpt13 …* Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bo…
H A Dsession_set_cookie_params_variation5.phpt13 …* Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bo…
H A Dsession_set_cookie_params_error.phpt11 …* Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bo…
/PHP-5.5/ext/ldap/tests/
H A Dldap_next_attribute_error.phpt15 $result = ldap_search($link, "dc=my-domain,dc=com", "(objectclass=organization)");
H A Dldap_get_values_len_error.phpt15 $result = ldap_search($link, "dc=my-domain,dc=com", "(objectclass=organization)");
H A Dldap_compare_error.phpt25 ldap_compare($link, "cn=userNotAvailable,dc=my-domain,dc=com", "sn", "testSN1"),
H A Dldap_search_error.phpt15 $dn = "dc=my-domain,dc=com";
/PHP-5.5/ext/sockets/tests/
H A Dmcast_ipv6_recv.phpt50 $domain = AF_INET6;
57 $sends1 = socket_create($domain, SOCK_DGRAM, SOL_UDP) or die("err");
61 $s = socket_create($domain, SOCK_DGRAM, SOL_UDP) or die("err");
H A Dunixloop.phpt2 Unix domain socket Loopback test
H A Dsocket_sentto_recvfrom_unix.phpt2 Test if socket_recvfrom() receives data sent by socket_sendto() through a Unix domain socket
H A Dsocket_strerror.phpt58 string(32) "Numerical argument out of domain"
/PHP-5.5/ext/standard/tests/network/
H A Dfsockopen_basic.phpt6 * Description: Open Internet or Unix domain socket connection
H A Dfsockopen_error.phpt6 * Description: Open Internet or Unix domain socket connection
/PHP-5.5/ext/sockets/
H A Dsockets.c160 ZEND_ARG_INFO(0, domain)
228 ZEND_ARG_INFO(0, domain)
2089 long domain, type, protocol; local
2091 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "lllz", &domain, &type, &protocol, &fds_array…
2098 if (domain != AF_INET
2100 && domain != AF_INET6
2102 && domain != AF_UNIX) {
2104 domain = AF_INET;
2112 if (socketpair(domain, type, protocol, fds_array) != 0) {
2128 php_sock[0]->type = domain;
[all …]
/PHP-5.5/ext/standard/tests/file/windows_acls/
H A Dcommon.inc37 $domain = getenv('USERDOMAIN');
39 return $domain;
/PHP-5.5/ext/soap/
H A Dphp_http.c318 static int in_domain(const char *host, const char *domain) in in_domain() argument
320 if (domain[0] == '.') { in in_domain()
322 int l2 = strlen(domain); in in_domain()
324 return strcmp(host+l1-l2,domain) == 0; in in_domain()
329 return strcmp(host,domain) == 0; in in_domain()
/PHP-5.5/ext/intl/
H A Dphp_intl.c374 ZEND_ARG_INFO(0, domain)
381 ZEND_ARG_INFO(0, domain)
/PHP-5.5/
H A DREADME.REDIST.BINS64 domain. In case this attempt to disclaim copyright and place the software
65 in the public domain is deemed null and void, then the software is
78 the public domain as well, but I don't require that in order to let
407 on public domain software written at the National Center for
H A Dconfig.sub1580 os=-domain
H A DREADME.TESTING122 MYMAIL=qa-test@domain.com
H A DREADME.STREAMS97 Open a UNIX domain socket.
/PHP-5.5/ext/standard/
H A Dstreamsfuncs.c52 long domain, type, protocol; in PHP_FUNCTION() local
57 &domain, &type, &protocol)) { in PHP_FUNCTION()
61 if (0 != socketpair(domain, type, protocol, pair)) { in PHP_FUNCTION()
/PHP-5.5/ext/session/
H A Dsession.c1656 char *path = NULL, *domain = NULL;
1661 …zend_parse_parameters(argc TSRMLS_CC, "Z|ssbb", &lifetime, &path, &path_len, &domain, &domain_len,…
1672 if (domain) {
1673 …zend_alter_ini_entry("session.cookie_domain", sizeof("session.cookie_domain"), domain, domain_len,…
2221 ZEND_ARG_INFO(0, domain)
/PHP-5.5/sapi/litespeed/
H A DREADME72 have lsphp accept request on Unix domain socket "/tmp/lsphp_manual.sock"
/PHP-5.5/ext/libxml/
H A Dlibxml.c484 error_copy.domain = 0; in _php_list_set_error_structure()

Completed in 52 milliseconds

123456