Home
last modified time | relevance | path

Searched refs:start (Results 226 – 250 of 431) sorted by relevance

12345678910>>...18

/PHP-7.2/sapi/fpm/tests/
H A Dproc-user-ignored.phpt28 $tester->start();
H A Dstatus-basic.phpt34 $tester->start();
H A Dbug73342-nonblocking-stdio.phpt30 $tester->start();
H A Dbug72573-http-proxy.phpt35 $tester->start();
H A Dbug77934-reload-process-control.phpt27 $tester->start();
H A Dbug78599-path-info-underflow.phpt30 $tester->start();
H A Dbug68442-signal-reload.phpt26 $tester->start();
H A Dsocket-ipv4-fallback.phpt29 $tester->start();
H A Dbug68391-conf-include-order.phpt33 $tester->start();
H A Dbug75212-php-value-in-user-ini.phpt38 $tester->start();
H A Dmain-global-prefix.phpt30 $tester->start('--prefix ' . $prefix);
H A Dpool-prefix.phpt34 $tester->start();
H A Dsocket-invalid-allowed-clients.phpt27 $tester->start();
/PHP-7.2/ext/phar/tests/
H A Dbug13786.phpt31 unable to seek to start of file "0" while creating new phar "%sDataArchive.phar"
/PHP-7.2/ext/mbstring/tests/
H A Dmb_strwidth.phpt20 // Note: Did not start form -22 offset. Staring from 0.
H A Dmb_substr_variation2.phpt10 /* Prototype : string mb_substr(string $str, int $start [, int $length [, string $encoding]])
24 $start = 1;
99 $res = mb_substr($str, $start, $length, $input);
/PHP-7.2/ext/curl/tests/
H A Dcurl_copy_handle_basic_004.phpt19 ob_start(); // start output buffering
H A Dcurl_setopt_basic004.phpt14 // start testing
H A Dcurl_copy_handle_basic_001.phpt19 ob_start(); // start output buffering
H A Dcurl_copy_handle_basic_005.phpt19 ob_start(); // start output buffering
/PHP-7.2/ext/standard/tests/mail/
H A Dbug51604.phpt2 Bug #51604 (newline in end of header is shown in start of message)
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dgrepoutput2 PATTERN at the start of a line.
7 PATTERN at the start of a line.
10 7:PATTERN at the start of a line.
19 ./testdata/grepinput:7:PATTERN at the start of a line.
28 7:PATTERN at the start of a line.
322 ./testdata/grepinput:7:PATTERN at the start of a line.
344 ./testdata/grepinput:7:PATTERN at the start of a line.
493 PATTERN at the start of a line.
498 PATTERN at the start of a line.
503 PATTERN at the start of a line.
[all …]
/PHP-7.2/ext/reflection/tests/
H A DReflectionClass_FileInfo_basic.phpt11 //Get the line number at the start of the definition of class C
/PHP-7.2/sapi/fpm/
H A Dwww.conf.in145 ; start time - the date and time FPM has started;
146 ; start since - number of seconds since FPM has started;
165 ; start time: 01/Jul/2011:17:53:49 +0200
166 ; start since: 62636
195 ; start time - the date and time the process has started;
219 ; start time: 01/Jul/2011:17:53:49 +0200
220 ; start since: 63087
234 ; Note: The value must start with a leading slash (/). The value can be
246 ; Note: The value must start with a leading slash (/). The value can be
351 ; Chroot to this directory at the start. This value must be defined as an
[all …]
/PHP-7.2/win32/
H A Dioutil.c485 char *ret = NULL, *start; in php_win32_ioutil_dirname() local
493 start = path; in php_win32_ioutil_dirname()
554 memmove(start, ret, ret_len+1); in php_win32_ioutil_dirname()
555 assert(start[ret_len] == '\0'); in php_win32_ioutil_dirname()

Completed in 30 milliseconds

12345678910>>...18