Home
last modified time | relevance | path

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

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_request.c83 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()
239 …if (child->slow_logged.tv_sec != proc.accepted.tv_sec || child->slow_logged.tv_usec != proc.accept… in fpm_request_check_timed_out()
250 timersub(now, &proc.accepted, &tv); in fpm_request_check_timed_out()
258 child->slow_logged = proc.accepted; in fpm_request_check_timed_out()
H A Dfpm_scoreboard.h28 struct timeval accepted; member
H A Dfpm_status.c124 timersub(&now, &procs[i].accepted, &duration); in fpm_status_export_to_zval()
537 timersub(&now, &proc.accepted, &duration); in fpm_status_handle_request()
/PHP-7.4/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-7.4/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-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options.phpt103 printf("[006] ATTR_TIMEOUT should be accepted\n");
106 printf("[007] ATTR_TIMEOUT should be accepted\n");
109 printf("[008] ATTR_TIMEOUT should be accepted\n");
114 printf("[009] ATTR_EMULATE_PREPARES should be accepted and on\n");
123 printf("[012] ATTR_EMULATE_PREPARES should be accepted and on\n");
/PHP-7.4/ext/standard/tests/strings/
H A Dsetlocale-win32.phpt11 // the following are supposed to be accepted
/PHP-7.4/ext/intl/tests/
H A Dmsgfmt_format_datetime.phpt2 MessageFormatter::format(): DateTime accepted to format dates and times
/PHP-7.4/Zend/tests/
H A Dbug68446.phpt2 Bug #68446 (Array constant not accepted for array parameter default)
/PHP-7.4/ext/openssl/tests/
H A Dbug46127.phpt2 #46127 php_openssl_tcp_sockop_accept forgets to set context on accepted stream
/PHP-7.4/ext/date/tests/
H A Ddate_modify_basic1.phpt6 …timestamp of a DateTime object by incrementing or decrementing in a format accepted by strtotime().
H A DDateTime_modify_basic1.phpt6 …timestamp of a DateTime object by incrementing or decrementing in a format accepted by strtotime().
/PHP-7.4/sapi/fpm/tests/
H A Dfpm_get_status_basic.phpt51 ["accepted-conn"]=>
H A Dstatus.inc27 'accepted conn' => '\d+',
/PHP-7.4/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-7.4/
H A DREADME.md101 New features require an RFC and must be accepted by the developers. See
H A DUPGRADING143 previously silently accepted an ArrayObject as well; eg curl_setopt()
803 Directory is still accepted for old versions without libodbc.pc.
H A DCONTRIBUTING.md10 had several contributions accepted, commit privileges are often quickly granted.
H A Dphp.ini-development404 ; How many GET/POST/COOKIE input variables may be accepted
H A Dphp.ini-production404 ; How many GET/POST/COOKIE input variables may be accepted
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_basic6.phpt47 // \r is accepted as valid. This may be changed to invalid.
/PHP-7.4/ext/ftp/tests/
H A Dserver.inc107 fputs($s, "234 auth type accepted\r\n");

Completed in 41 milliseconds