Searched refs:accepted (Results 1 – 25 of 29) sorted by relevance
12
/PHP-5.6/sapi/fpm/fpm/ |
H A D | fpm_request.c | 85 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 D | fpm_scoreboard.h | 30 struct timeval accepted; member
|
H A D | fpm_status.c | 437 timersub(&now, &proc.accepted, &duration); in fpm_status_handle_request()
|
/PHP-5.6/ext/spl/tests/ |
H A D | spl_heap_recoverfromcorruption_arguments.phpt | 2 SPL: SplHeap check no arguments to be accepted on recoverFromCorruption
|
/PHP-5.6/ext/pdo_mysql/tests/ |
H A D | pdo_mysql___construct_options.phpt | 102 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.6/ext/intl/tests/ |
H A D | msgfmt_format_datetime.phpt | 2 MessageFormatter::format(): DateTime accepted to format dates and times
|
/PHP-5.6/Zend/tests/ |
H A D | bug68446.phpt | 2 Bug #68446 (Array constant not accepted for array parameter default)
|
/PHP-5.6/ext/date/tests/ |
H A D | date_modify_basic1.phpt | 6 …imestamp of a DateTime object by incrementing or decrementing in a format accepted by strtotime().
|
H A D | DateTime_modify_basic1.phpt | 6 …imestamp of a DateTime object by incrementing or decrementing in a format accepted by strtotime().
|
H A D | DateTime_modify_error.phpt | 6 …imestamp of a DateTime object by incrementing or decrementing in a format accepted by strtotime().
|
H A D | date_modify_error.phpt | 6 …imestamp of a DateTime object by incrementing or decrementing in a format accepted by strtotime().
|
H A D | date_modify_variation1.phpt | 6 …imestamp of a DateTime object by incrementing or decrementing in a format accepted by strtotime().
|
H A D | DateTime_modify_variation1.phpt | 6 …imestamp of a DateTime object by incrementing or decrementing in a format accepted by strtotime().
|
H A D | date_modify_variation2.phpt | 6 …imestamp of a DateTime object by incrementing or decrementing in a format accepted by strtotime().
|
/PHP-5.6/ |
H A D | README.md | 15 New features require an RFC and must be accepted by the developers.
|
H A D | README.SUBMITTING_PATCH | 10 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 D | UPGRADING | 44 accepted. 476 Uploads equal or greater than 2GB in size are now accepted.
|
/PHP-5.6/sapi/fpm/tests/ |
H A D | 010.phpt | 71 accepted conn: 1
|
/PHP-5.6/ext/spl/internal/ |
H A D | filteriterator.inc | 20 * return selected (accepted) elements.
|
/PHP-5.6/ext/pcre/pcrelib/ |
H A D | pcre_compile.c | 3135 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.6/sapi/fpm/ |
H A D | www.conf.in | 60 ; accepted from any ip address. 141 ; accepted conn - the number of request accepted by the pool; 161 ; accepted conn: 190460
|
H A D | php-fpm.conf.in | 188 ; accepted from any ip address. 275 ; accepted conn - the number of request accepted by the pool; 295 ; accepted conn: 190460
|
/PHP-5.6/ext/standard/tests/mail/ |
H A D | mail_basic6.phpt | 47 // \r is accepted as valid. This may be changed to invalid.
|
/PHP-5.6/ext/ftp/tests/ |
H A D | server.inc | 113 fputs($s, "234 auth type accepted\r\n");
|
/PHP-5.6/Zend/ |
H A D | ZEND_CHANGES | 1143 (in PHP 3.0 they accepted any valid expression). The impact
|
Completed in 50 milliseconds
12