Home
last modified time | relevance | path

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

12

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_request.c85 proc->accepted = now; in fpm_request_reading_headers()
196 timersub(&now, &proc->accepted, &proc->duration); in fpm_request_end()
198 timersub(&proc->tv, &proc->accepted, &proc->cpu_duration); in fpm_request_end()
243 …if (child->slow_logged.tv_sec != proc.accepted.tv_sec || child->slow_logged.tv_usec != proc.accept… in fpm_request_check_timed_out()
254 timersub(now, &proc.accepted, &tv); in fpm_request_check_timed_out()
262 child->slow_logged = proc.accepted; in fpm_request_check_timed_out()
H A Dfpm_scoreboard.h30 struct timeval accepted; member
H A Dfpm_status.c437 timersub(&now, &proc.accepted, &duration); in fpm_status_handle_request()
/PHP-5.5/ext/spl/tests/
H A Dspl_heap_recoverfromcorruption_arguments.phpt2 SPL: SplHeap check no arguments to be accepted on recoverFromCorruption
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options.phpt102 printf("[006] ATTR_TIMEOUT should be accepted\n");
105 printf("[007] ATTR_TIMEOUT should be accepted\n");
108 printf("[008] ATTR_TIMEOUT should be accepted\n");
113 printf("[009] ATTR_EMULATE_PREPARES should be accepted and on\n");
122 printf("[012] ATTR_EMULATE_PREPARES should be accepted and on\n");
/PHP-5.5/ext/intl/tests/
H A Dmsgfmt_format_datetime.phpt2 MessageFormatter::format(): DateTime accepted to format dates and times
/PHP-5.5/ext/date/tests/
H A Ddate_modify_basic1.phpt6 …imestamp of a DateTime object by incrementing or decrementing in a format accepted by strtotime().
H A DDateTime_modify_error.phpt6 …imestamp of a DateTime object by incrementing or decrementing in a format accepted by strtotime().
H A DDateTime_modify_basic1.phpt6 …imestamp of a DateTime object by incrementing or decrementing in a format accepted by strtotime().
H A Ddate_modify_error.phpt6 …imestamp of a DateTime object by incrementing or decrementing in a format accepted by strtotime().
H A Ddate_modify_variation1.phpt6 …imestamp of a DateTime object by incrementing or decrementing in a format accepted by strtotime().
H A DDateTime_modify_variation1.phpt6 …imestamp of a DateTime object by incrementing or decrementing in a format accepted by strtotime().
H A Ddate_modify_variation2.phpt6 …imestamp of a DateTime object by incrementing or decrementing in a format accepted by strtotime().
/PHP-5.5/
H A DREADME.md15 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.
51 attachments of type 'text/*' are accepted.
86 of type 'text/*' are accepted.
116 only MIME attachments of type 'text/*' are accepted.
H A DUPGRADING125 - MessageFormatter::format() and related functions now accepted named
140 accepted. Empty strings are no longer accepted.
H A Dphp.ini-development388 ; How many GET/POST/COOKIE input variables may be accepted
H A Dphp.ini-production388 ; How many GET/POST/COOKIE input variables may be accepted
H A DNEWS2015 . MessageFormatter::format() and related functions now accepted named
6233 accepted stream) (Mark Karpeles, Pierre)
6718 on accepted stream) (Mark Karpeles, Pierre)
/PHP-5.5/ext/spl/internal/
H A Dfilteriterator.inc20 * return selected (accepted) elements.
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c3135 BOOL accepted, invert_bits; in compare_opcodes() local
3370 accepted = FALSE; /* Always set in non-unicode case. */ in compare_opcodes()
3374 accepted = TRUE; in compare_opcodes()
3397 case 1: accepted = bothprop; break; in compare_opcodes()
3398 case 2: accepted = (base_list[3] == list[3]) != same; break; in compare_opcodes()
3399 case 3: accepted = !same; break; in compare_opcodes()
3432 accepted = risprop && lisprop == in compare_opcodes()
3442 accepted = lisprop && risprop == in compare_opcodes()
3452 accepted = risprop && lisprop == in compare_opcodes()
3462 accepted = lisprop && risprop == in compare_opcodes()
[all …]
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in183 ; accepted from any ip address.
264 ; accepted conn - the number of request accepted by the pool;
284 ; accepted conn: 190460
/PHP-5.5/ext/standard/tests/mail/
H A Dmail_basic6.phpt47 // \r is accepted as valid. This may be changed to invalid.
/PHP-5.5/ext/ftp/tests/
H A Dserver.inc113 fputs($s, "234 auth type accepted\r\n");
/PHP-5.5/Zend/
H A DZEND_CHANGES1143 (in PHP 3.0 they accepted any valid expression). The impact

Completed in 85 milliseconds

12