Home
last modified time | relevance | path

Searched refs:accepted (Results 1 – 24 of 24) sorted by relevance

/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_request.c86 proc->accepted = now; in fpm_request_reading_headers()
192 timersub(&now, &proc->accepted, &proc->duration); in fpm_request_end()
194 timersub(&proc->tv, &proc->accepted, &proc->cpu_duration); in fpm_request_end()
237 …if (child->slow_logged.tv_sec != proc.accepted.tv_sec || child->slow_logged.tv_usec != proc.accept… in fpm_request_check_timed_out()
248 timersub(now, &proc.accepted, &tv); in fpm_request_check_timed_out()
256 child->slow_logged = proc.accepted; in fpm_request_check_timed_out()
H A Dfpm_scoreboard.h31 struct timeval accepted; member
H A Dfpm_status.c119 timersub(&now, &procs[i].accepted, &duration); in fpm_status_export_to_zval()
498 timersub(&now, &proc->accepted, &duration); in fpm_status_handle_request()
/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c533 BOOL accepted, invert_bits; in compare_opcodes() local
822 accepted = FALSE; /* Always set in non-unicode case. */ in compare_opcodes()
826 accepted = TRUE; in compare_opcodes()
849 case 1: accepted = bothprop; break; in compare_opcodes()
850 case 2: accepted = (base_list[3] == list[3]) != same; break; in compare_opcodes()
851 case 3: accepted = !same; break; in compare_opcodes()
884 accepted = risprop && lisprop == in compare_opcodes()
894 accepted = lisprop && risprop == in compare_opcodes()
904 accepted = risprop && lisprop == in compare_opcodes()
914 accepted = lisprop && risprop == in compare_opcodes()
[all …]
/PHP-8.0/Zend/tests/type_declarations/
H A Dweak_call_strict.phpt12 // This file uses weak mode, so the call is weak, and float accepted for int
H A Dweak_explicit_call_strict.phpt12 // This file uses weak mode, so the call is weak, and float accepted for int
H A Dtyped_properties_067.phpt2 Iterable typed properties must be accepted to by-ref array arguments
/PHP-8.0/ext/standard/tests/strings/
H A Dsetlocale-win32.phpt11 // the following are supposed to be accepted
/PHP-8.0/Zend/tests/
H A Dbug68446.phpt2 Bug #68446 (Array constant not accepted for array parameter default)
/PHP-8.0/ext/intl/tests/
H A Dmsgfmt_format_datetime.phpt2 MessageFormatter::format(): DateTime accepted to format dates and times
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options.phpt105 printf("[006] ATTR_TIMEOUT should be accepted\n");
108 printf("[007] ATTR_TIMEOUT should be accepted\n");
111 printf("[008] ATTR_TIMEOUT should be accepted\n");
116 printf("[009] ATTR_EMULATE_PREPARES should be accepted and on\n");
125 printf("[012] ATTR_EMULATE_PREPARES should be accepted and on\n");
/PHP-8.0/ext/openssl/tests/
H A Dbug46127.phpt2 #46127 php_openssl_tcp_sockop_accept forgets to set context on accepted stream
/PHP-8.0/sapi/fpm/tests/
H A Dfpm_get_status_basic.phpt51 ["accepted-conn"]=>
H A Dstatus.inc27 'accepted conn' => '\d+',
/PHP-8.0/ext/sqlite3/tests/
H A Dsqlite3_40_setauthorizer.phpt19 // This query should be accepted
/PHP-8.0/sapi/fpm/
H A Dwww.conf.in61 ; accepted from any ip address.
148 ; accepted conn - the number of request accepted by the pool;
168 ; accepted conn: 190460
/PHP-8.0/
H A DREADME.md108 New features require an RFC and must be accepted by the developers. See
H A DUPGRADING.INTERNALS121 Previously compare_func_t was used, which accepted void pointers.
H A DCONTRIBUTING.md10 had several contributions accepted, commit privileges are often quickly granted.
H A DUPGRADING168 accepted, and func was assumed to refer to T1::func. Now it will generate a
561 array. Previously any type was accepted.
H A Dphp.ini-development423 ; How many GET/POST/COOKIE input variables may be accepted
H A Dphp.ini-production425 ; How many GET/POST/COOKIE input variables may be accepted
/PHP-8.0/ext/standard/tests/mail/
H A Dmail_basic6.phpt41 // \r is accepted as valid. This may be changed to invalid.
/PHP-8.0/ext/ftp/tests/
H A Dserver.inc107 fputs($s, "234 auth type accepted\r\n");

Completed in 65 milliseconds