Home
last modified time | relevance | path

Searched refs:answer (Results 1 – 13 of 13) sorted by relevance

/PHP-7.4/ext/standard/
H A Dphp_dns.h25 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
26 …((int)dns_search(res, dname, class, type, (char *) answer, anslen, (struct sockaddr *)&from, &from…
32 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
33 res_nsearch(res, dname, class, type, answer, anslen);
46 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
47 res_search(dname, class, type, answer, anslen)
H A Ddns.c366 querybuf answer; in PHP_FUNCTION() local
424 i = php_dns_search(handle, hostname, C_IN, type, answer.qb2, sizeof answer); in PHP_FUNCTION()
430 hp = (HEADER *)&answer; in PHP_FUNCTION()
821 querybuf answer; in PHP_FUNCTION() local
984 end = answer.qb2 + n; in PHP_FUNCTION()
985 hp = (HEADER *)&answer; in PHP_FUNCTION()
1053 querybuf answer; in PHP_FUNCTION() local
1100 i = php_dns_search(handle, hostname, C_IN, DNS_T_MX, answer.qb2, sizeof answer); in PHP_FUNCTION()
1105 hp = (HEADER *)&answer; in PHP_FUNCTION()
1106 cp = answer.qb2 + HFIXEDSZ; in PHP_FUNCTION()
[all …]
H A Dconfig.m4130 char salt[15], answer[40];
138 strcpy(answer,salt);
139 strcat(answer,"rISCgZzpwk3UhDidwXvin0");
141 return !encrypted || strcmp(encrypted,answer);
167 char salt[30], answer[70];
172 strcpy(answer,salt);
175 return !encrypted || strcmp(encrypted,answer);
201 char salt[21], answer[21+86];
205 strcpy(answer, salt);
234 char salt[21], answer[21+43];
[all …]
/PHP-7.4/Zend/tests/return_types/
H A Drfc002.phpt5 function answer(): int {
9 var_dump(answer());
/PHP-7.4/ext/date/tests/
H A DDateTime_data-february.inc74 // NOTE: sub() produces different answer.
78 // NOTE: sub() produces different answer.
82 // NOTE: sub() produces different answer.
86 // NOTE: sub() produces different answer.
175 // NOTE: sub() produces different answer.
179 // NOTE: sub() produces different answer.
183 // NOTE: sub() produces different answer.
187 // NOTE: sub() produces different answer.
191 // NOTE: sub() produces different answer.
H A DDateTime_data-dates.inc23 // NOTE: sub() produces different answer.
52 // NOTE: sub() produces different answer.
/PHP-7.4/ext/standard/tests/strings/
H A Dstrtoupper.phpt12 // Not sure which is most portable. BSD's answer to
/PHP-7.4/build/
H A Dphp_cxx_compile_stdcxx.m4272 struct answer
277 answer<1> f(int&) { return answer<1>(); }
278 answer<2> f(const int&) { return answer<2>(); }
279 answer<3> f(int&&) { return answer<3>(); }
/PHP-7.4/sapi/phpdbg/
H A Dxml.md520 - when there is another arg, the prompt is changed to that arg, no further xml answer
524 - enables / disables a given breakpoint silently with no further xml answer
530 - generally enables / disables breakpoint functionality silently with no further xml answer
546 - generally enables / disables colors silently with no further xml answer
558 - generally enables / disables quietness silently with no further xml answer
568 …lly enables / disables showing of refcount in watchpoint breaks silently with no further xml answer
/PHP-7.4/docs/
H A Dmailinglist-rules.md64 3. Do not top post. Place your answer underneath anyone you wish to quote
H A Drelease-process.md29 previous RM's is around to answer questions. For the steps related to the
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます13056 # what the right answer is (although using ">4095", FreeBSD-style, is
H A Dmagic13056 # what the right answer is (although using ">4095", FreeBSD-style, is

Completed in 99 milliseconds