Home
last modified time | relevance | path

Searched refs:hints (Results 1 – 20 of 20) sorted by relevance

/PHP-5.3/tests/classes/
H A Dtype_hinting_004.phpt2 Ensure type hints are enforced for functions invoked as callbacks.
11 echo "---> Type hints with callback function:\n";
27 echo "\n\n---> Type hints with callback static method:\n";
52 echo "\n\n---> Type hints with callback instance method:\n";
79 ---> Type hints with callback function:
90 ---> Type hints with callback static method:
101 ---> Type hints with callback instance method:
H A Dautoload_009.phpt2 Ensure type hints for unknown types do not trigger autoload.
H A Dtype_hinting_005b.phpt2 Check type hint compatibility in overrides with array hints.
H A Dtype_hinting_005c.phpt2 Check type hint compatibility in overrides with array hints.
H A Dtype_hinting_005d.phpt2 Check type hint compatibility in overrides with array hints.
H A Dtype_hinting_005a.phpt2 Check type hint compatibility in overrides with array hints.
/PHP-5.3/
H A DTODO-5.14 - Implement inheritance rules for type hints. (Marcus)
H A DREADME.MAILINGLIST_RULES54 The next few rules are more some general hints:
74 Finally, additional hints on how to behave inside the virtual community can be
H A Dconfigure.in629 struct addrinfo *ai, *pai, hints;
631 memset(&hints, 0, sizeof(hints));
632 hints.ai_flags = AI_NUMERICHOST;
634 if (getaddrinfo("127.0.0.1", 0, &hints, &ai) < 0) {
H A DINSTALL168 This section contains notes and hints specific to Apache installs of
370 This section contains notes and hints specific to Apache 2.x installs
521 This section contains notes and hints specific to Lighttpd 1.4 installs
621 This section contains notes and hints specific to Sun Java System Web
853 This section contains notes and hints specific to installing PHP on
871 This section contains notes and hints specific to installing PHP on
948 This section contains notes and hints specific to installing PHP on
991 This section contains notes and hints specific to installing PHP on
1075 This section contains notes and hints specific to installing PHP on Mac
H A DNEWS6117 - Changed type hints to allow "null" as default value for class and array.
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_sockets.c45 struct addrinfo hints; in fpm_sockets_resolve_af_inet() local
48 memset(&hints, 0, sizeof(hints)); in fpm_sockets_resolve_af_inet()
49 hints.ai_family = AF_INET; in fpm_sockets_resolve_af_inet()
50 ret = getaddrinfo(node, service, &hints, &res); in fpm_sockets_resolve_af_inet()
/PHP-5.3/ext/reflection/tests/
H A Dbug26695.phpt2 Reflection Bug #26695 (Reflection API does not recognize mixed-case class hints)
/PHP-5.3/main/
H A Dnetwork.c174 struct addrinfo hints, *res, *sai; in php_network_getaddresses() local
184 memset(&hints, '\0', sizeof(hints)); in php_network_getaddresses()
186 hints.ai_family = AF_INET; /* default to regular inet (see below) */ in php_network_getaddresses()
187 hints.ai_socktype = socktype; in php_network_getaddresses()
207 hints.ai_family = ipv6_borked ? AF_INET : AF_UNSPEC; in php_network_getaddresses()
210 if ((n = getaddrinfo(host, NULL, &hints, &res))) { in php_network_getaddresses()
/PHP-5.3/ext/pdo/
H A DTODO30 If the API needs hints from the client side, we need
/PHP-5.3/sapi/litespeed/
H A Dlsapilib.c1448 struct addrinfo *res, hints; in LSAPI_ParseSockAddr() local
1517 memset(&hints, 0, sizeof(hints)); in LSAPI_ParseSockAddr()
1519 hints.ai_family = pAddr->sa_family; in LSAPI_ParseSockAddr()
1520 hints.ai_socktype = SOCK_STREAM; in LSAPI_ParseSockAddr()
1521 hints.ai_protocol = IPPROTO_TCP; in LSAPI_ParseSockAddr()
1523 if ( getaddrinfo(p, NULL, &hints, &res) ) { in LSAPI_ParseSockAddr()
/PHP-5.3/ext/sockets/
H A Dsockets.c537 struct addrinfo hints; local
546 memset(&hints, 0, sizeof(struct addrinfo));
547 hints.ai_family = PF_INET6;
548 getaddrinfo(string, NULL, &hints, &addrinfo);
/PHP-5.3/win32/
H A Dinstall.txt504 This section contains notes and hints specific to IIS (Microsoft
621 This section contains notes and hints specific to Apache 1.3.x installs
715 This section contains notes and hints specific to Apache 2.0.x installs
830 This section contains notes and hints specific to Sun Java System Web
1016 This section contains notes and hints specific to OmniHTTPd on Windows.
1051 This section contains notes and hints specific to Xitami on Windows.
/PHP-5.3/Zend/
H A DZEND_CHANGES225 ability to use class type hints to declare the expected class of
256 These class type hints are not checked upon compilation, as would
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic1319 # Provides content hints for version 0 files. Assumes that the root
1431 # The SVR4 "cpio(4)" hints that there are additional formats, but they
7077 # /var/run/ld.so.hints
7079 0 lelong 011421044151 ld.so hints file (Little Endian
7082 0 belong 011421044151 ld.so hints file (Big Endian

Completed in 131 milliseconds