Home
last modified time | relevance | path

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

12

/PHP-8.1/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.c120 timersub(&now, &procs[i].accepted, &duration); in fpm_status_export_to_zval()
588 timersub(&now, &proc->accepted, &duration); in fpm_status_handle_request()
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c534 BOOL accepted, invert_bits; in compare_opcodes() local
823 accepted = FALSE; /* Always set in non-unicode case. */ in compare_opcodes()
827 accepted = TRUE; in compare_opcodes()
850 case 1: accepted = bothprop; break; in compare_opcodes()
851 case 2: accepted = (base_list[3] == list[3]) != same; break; in compare_opcodes()
852 case 3: accepted = !same; break; in compare_opcodes()
885 accepted = risprop && lisprop == in compare_opcodes()
895 accepted = lisprop && risprop == in compare_opcodes()
905 accepted = risprop && lisprop == in compare_opcodes()
915 accepted = lisprop && risprop == in compare_opcodes()
[all …]
/PHP-8.1/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.1/Zend/tests/
H A Dbug68446.phpt2 Bug #68446 (Array constant not accepted for array parameter default)
/PHP-8.1/ext/standard/tests/strings/
H A Dsetlocale-win32.phpt11 // the following are supposed to be accepted
/PHP-8.1/ext/intl/tests/
H A Dmsgfmt_format_datetime_icu72-1.phpt2 MessageFormatter::format(): DateTime accepted to format dates and times
H A Dmsgfmt_format_datetime.phpt2 MessageFormatter::format(): DateTime accepted to format dates and times
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options.phpt106 printf("[006] ATTR_TIMEOUT should be accepted\n");
109 printf("[007] ATTR_TIMEOUT should be accepted\n");
112 printf("[008] ATTR_TIMEOUT should be accepted\n");
117 printf("[009] ATTR_EMULATE_PREPARES should be accepted and on\n");
126 printf("[012] ATTR_EMULATE_PREPARES should be accepted and on\n");
/PHP-8.1/ext/openssl/tests/
H A Dbug46127.phpt2 #46127 php_openssl_tcp_sockop_accept forgets to set context on accepted stream
/PHP-8.1/sapi/fpm/tests/
H A Dstatus.inc28 'accepted conn' => '\d+',
215 "# HELP phpfpm_accepted_connections The number of requests accepted by the pool\.\n" .
217 "phpfpm_accepted_connections " . $fields['accepted conn'] . "\n" .
H A Dfpm_get_status_basic.phpt51 ["accepted-conn"]=>
/PHP-8.1/ext/sqlite3/tests/
H A Dsqlite3_40_setauthorizer.phpt19 // This query should be accepted
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_stmt_execute_bind.phpt80 // 7. objects are not arrays and are not accepted
/PHP-8.1/sapi/fpm/
H A Dwww.conf.in67 ; accepted from any ip address.
162 ; accepted conn - the number of request accepted by the pool;
182 ; accepted conn: 190460
/PHP-8.1/
H A DREADME.md112 New features require an RFC and must be accepted by the developers. See
H A DUPGRADING32 is never accepted by non-nullable arguments.
375 that either only strings will be accepted (strict_types=1) or inputs may be
H A DCONTRIBUTING.md10 had several contributions accepted, commit privileges are often quickly granted.
H A Dphp.ini-development423 ; How many GET/POST/COOKIE input variables may be accepted
427 ; be accepted.
/PHP-8.1/ext/standard/tests/mail/
H A Dmail_basic6.phpt41 // \r is accepted as valid. This may be changed to invalid.
/PHP-8.1/ext/mbstring/tests/
H A Dcp936_encoding.phpt31 // These are accepted when converting Unicode -> CP936, but are not produced
/PHP-8.1/ext/ftp/tests/
H A Dserver.inc73 fputs($s, "234 auth type accepted\r\n");

Completed in 48 milliseconds

12