Home
last modified time | relevance | path

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

12

/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_request.c84 proc->accepted = now; in fpm_request_reading_headers()
193 timersub(&now, &proc->accepted, &proc->duration); in fpm_request_end()
195 timersub(&proc->tv, &proc->accepted, &proc->cpu_duration); in fpm_request_end()
240 …if (child->slow_logged.tv_sec != proc.accepted.tv_sec || child->slow_logged.tv_usec != proc.accept… in fpm_request_check_timed_out()
251 timersub(now, &proc.accepted, &tv); in fpm_request_check_timed_out()
259 child->slow_logged = proc.accepted; in fpm_request_check_timed_out()
H A Dfpm_scoreboard.h29 struct timeval accepted; member
H A Dfpm_status.c441 timersub(&now, &proc.accepted, &duration); in fpm_status_handle_request()
/PHP-7.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
/PHP-7.1/ext/spl/tests/
H A Dspl_heap_recoverfromcorruption_arguments.phpt2 SPL: SplHeap check no arguments to be accepted on recoverFromCorruption
/PHP-7.1/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-7.1/ext/intl/tests/
H A Dmsgfmt_format_datetime.phpt2 MessageFormatter::format(): DateTime accepted to format dates and times
/PHP-7.1/Zend/tests/
H A Dbug68446.phpt2 Bug #68446 (Array constant not accepted for array parameter default)
/PHP-7.1/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().
H A DDateTime_modify_error.phpt6 …timestamp of a DateTime object by incrementing or decrementing in a format accepted by strtotime().
H A Ddate_modify_error.phpt6 …timestamp of a DateTime object by incrementing or decrementing in a format accepted by strtotime().
H A Ddate_modify_variation1.phpt6 …timestamp of a DateTime object by incrementing or decrementing in a format accepted by strtotime().
H A DDateTime_modify_variation1.phpt6 …timestamp of a DateTime object by incrementing or decrementing in a format accepted by strtotime().
H A Ddate_modify_variation2.phpt6 …timestamp of a DateTime object by incrementing or decrementing in a format accepted by strtotime().
/PHP-7.1/
H A DREADME.md16 New features require an RFC and must be accepted by the developers.
H A DREADME.SUBMITTING_PATCH10 patches accepted, commit privileges are often quickly granted.
62 attachments of type 'text/*' are accepted.
87 of type 'text/*' are accepted.
117 only MIME attachments of type 'text/*' are accepted.
H A DUPGRADING284 . Added is_iterable() that determines if a value will be accepted by the new
/PHP-7.1/ext/spl/internal/
H A Dfilteriterator.inc20 * return selected (accepted) elements.
/PHP-7.1/sapi/fpm/tests/
H A Dstatus.inc27 'accepted conn' => '\d+',
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_compile.c3133 BOOL accepted, invert_bits; in compare_opcodes() local
3368 accepted = FALSE; /* Always set in non-unicode case. */ in compare_opcodes()
3372 accepted = TRUE; in compare_opcodes()
3395 case 1: accepted = bothprop; break; in compare_opcodes()
3396 case 2: accepted = (base_list[3] == list[3]) != same; break; in compare_opcodes()
3397 case 3: accepted = !same; break; in compare_opcodes()
3430 accepted = risprop && lisprop == in compare_opcodes()
3440 accepted = lisprop && risprop == in compare_opcodes()
3450 accepted = risprop && lisprop == in compare_opcodes()
3460 accepted = lisprop && risprop == in compare_opcodes()
[all …]
/PHP-7.1/sapi/fpm/
H A Dwww.conf.in60 ; accepted from any ip address.
147 ; accepted conn - the number of request accepted by the pool;
167 ; accepted conn: 190460
/PHP-7.1/ext/standard/tests/mail/
H A Dmail_basic6.phpt47 // \r is accepted as valid. This may be changed to invalid.
/PHP-7.1/ext/ftp/tests/
H A Dserver.inc114 fputs($s, "234 auth type accepted\r\n");

Completed in 69 milliseconds

12