Home
last modified time | relevance | path

Searched refs:start (Results 351 – 375 of 688) sorted by relevance

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

/php-src/sapi/fpm/tests/
H A Dconfig-array-validation-suppress-path-key-2.phpt22 $tester->start(['-tt']);
H A Dconfig-array-validation-suppress-path-key.phpt22 $tester->start(['-tt']);
H A Dsocket-ipv6-any.phpt26 $tester->start();
H A Dbug68381-log-level-warning.phpt27 $tester->start();
H A Dbug69625-no-script-filename.phpt28 $tester->start();
H A Dfastcgi_finish_request_basic.phpt30 $tester->start();
H A Dphp-admin-doc-root.phpt32 $tester->start();
H A Dstatus-listen-expose-php-off.phpt23 $tester->start();
H A Dbug76922-fcgi-get-value-conn.phpt26 $tester->start();
H A Dbug76601-reload-child-signals.phpt40 …e 259: [pool unconfined] child 21337 exited on signal 9 (SIGKILL) after 1.003055 seconds from start
47 $tester->start();
H A Dlog-dwd-limit-1050-msg-2900.phpt31 $tester->start();
H A Dlog-dwd-limit-8000-msg-4096.phpt31 $tester->start();
H A Dproc-no-start-server.phpt27 $tester->start();
H A Dsocket-ipv4-allowed-clients.phpt27 $tester->start();
/php-src/ext/standard/tests/mail/
H A Dbug51604.phpt2 Bug #51604 (newline in end of header is shown in start of message)
/php-src/Zend/tests/fibers/
H A Dunfinished-fiber-with-suspend-in-finally.phpt25 $fiber->start();
H A Dsuspend-in-force-close-fiber-after-shutdown.phpt14 $fiber->start();
/php-src/ext/sysvshm/
H A Dsysvshm.c171 chunk_ptr->start = sizeof(sysvshm_chunk_head); in PHP_FUNCTION()
172 chunk_ptr->end = chunk_ptr->start; in PHP_FUNCTION()
401 pos = ptr->start; in php_check_shm_data()
413 if (shm_var->next <= 0 || pos < ptr->start) { in php_check_shm_data()
/php-src/ext/standard/
H A Dphp_fopen_wrapper.c293 const char *start; in php_stream_url_wrap_php() local
312 start = &path[3]; in php_stream_url_wrap_php()
313 fildes_ori = ZEND_STRTOL(start, &end, 10); in php_stream_url_wrap_php()
314 if (end == start || *end != '\0') { in php_stream_url_wrap_php()
/php-src/ext/standard/tests/strings/
H A Dstrspn_variation11.phpt2 Test strspn() function : usage variations - with varying start and default len args
6 * Testing strspn() : with varying start and default len arguments
9 echo "*** Testing strspn() : with different start and default len values ***\n";
47 // defining the array for start values
59 // loop through each element of the arrays for str, mask and start argument
64 foreach($start_array as $start) {
65 var_dump( strspn($str,$mask,$start) );
74 *** Testing strspn() : with different start and default len values ***
H A Dstrcspn_variation11.phpt2 Test strcspn() function : usage variations - with varying start and default len args
6 * Testing strcspn() : with varying start and default len arguments
9 echo "*** Testing strcspn() : with different start and default len values ***\n";
47 //defining array of start values
59 // loop through each element of the arrays for str,mask and start arguments
64 foreach($start_array as $start) {
65 var_dump( strcspn($str,$mask,$start) );
74 *** Testing strcspn() : with different start and default len values ***
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h241 struct sljit_label *start; in fast_forward_char_simd() local
311 start = LABEL(); in fast_forward_char_simd()
378 struct sljit_label *start; in fast_requested_char_simd() local
440 start = LABEL(); in fast_requested_char_simd()
683 start = LABEL(); in fast_forward_char_pair_simd()
1352 start = LABEL(); in fast_forward_char_simd()
1542 start = LABEL(); in fast_requested_char_simd()
1769 start = LABEL(); in fast_forward_char_pair_simd()
1995 start = LABEL(); in fast_forward_char_simd()
2120 start = LABEL(); in fast_requested_char_simd()
[all …]
/php-src/ext/phar/tests/
H A Dbug13786.phpt30 unable to seek to start of file "0" while creating new phar "%sDataArchive.phar"
/php-src/Zend/tests/
H A Dgh9916-003.phpt29 $fiber->start();
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_quote_gbk_double_escape.phpt21 * 1. First iteration, i.e. *from == 0xBF. This isn't a valid GBK multibyte sequence start,
25 …* 2. Second iteration, i.e. *from == 0x27. This isn't a valid start either, so we go to the escape…

Completed in 38 milliseconds

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