Home
last modified time | relevance | path

Searched refs:start (Results 401 – 425 of 688) sorted by relevance

1...<<11121314151617181920>>...28

/php-src/sapi/fpm/tests/
H A Dlog-bwd-limit-1050-msg-2048.phpt32 $tester->start();
H A Dlog-bwd-msg-with-nl.phpt29 $tester->start();
H A Dlog-bwp-limit-1024-msg-120.phpt32 $tester->start();
H A Dlog-bwp-limit-1500-msg-3300.phpt32 $tester->start();
H A Dstatus-basic.phpt34 $tester->start();
H A Dlog-bwp-msg-flush-split-real.phpt30 $tester->start();
H A Dbug77106-fcgi-missing-nl.phpt30 $tester->start();
H A Dgh9981-fastcgi-error-header-reset.phpt31 $tester->start(iniEntries: [
H A Dbug64539-status-json-encoding.phpt28 $tester->start();
H A Dgh12621.phpt31 $tester->start();
H A Dbug68442-signal-reload.phpt26 $tester->start();
H A Dbug72573-http-proxy.phpt35 $tester->start();
H A Dbug77934-reload-process-control.phpt27 $tester->start();
/php-src/ext/curl/tests/
H A Dcurl_copy_handle_basic_001.phpt19 ob_start(); // start output buffering
H A Dcurl_setopt_basic004.phpt14 // start testing
/php-src/Zend/tests/constexpr/
H A Dnew_not_allowed_class_constant.phpt10 // when we start considering side-effecting expressions.
/php-src/Zend/tests/fibers/
H A Dno-switch-dtor-throw.phpt9 $fiber->start();
/php-src/Zend/tests/
H A Dgh9916-006.phpt27 $fiber->start();
H A Dgh9916-008.phpt42 $fiber->start();
/php-src/ext/standard/tests/http/
H A Dbug79265_2.phpt2 Bug #79265 variation: "host:" not at start of header
/php-src/ext/reflection/tests/
H A DReflectionFiber_notrace_2.phpt9 $f->start();
/php-src/sapi/fpm/fpm/
H A Dfpm_log.c430 char *start; in fpm_log_write() local
433 start = ++s; in fpm_log_write()
437 l = s - start; in fpm_log_write()
443 memcpy(format, start, l); in fpm_log_write()
/php-src/ext/standard/tests/mail/
H A Dmail_util.inc47 $start = time();
59 if (time() - $start > self::TIMEOUT) {
68 $start = time();
86 if (time() - $start > self::TIMEOUT) {
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf8.c568 unsigned char *start = str + from; in mb_cut_utf8() local
571 while (start > str && ((signed char)*start) < -64) { in mb_cut_utf8()
572 start--; in mb_cut_utf8()
574 unsigned char *_end = start + len; in mb_cut_utf8()
576 return zend_string_init_fast((char*)start, end - start); in mb_cut_utf8()
578 while (_end > start && ((signed char)*_end) < -64) { in mb_cut_utf8()
581 return zend_string_init_fast((char*)start, _end - start); in mb_cut_utf8()
/php-src/ext/intl/tests/
H A Dtransliterator_transliterate_error.phpt27 Warning: transliterator_transliterate(): transliterator_transliterate: Neither "start" nor the "end…

Completed in 54 milliseconds

1...<<11121314151617181920>>...28