Home
last modified time | relevance | path

Searched refs:start (Results 251 – 275 of 390) sorted by relevance

1...<<111213141516

/PHP-7.4/ext/oci8/tests/
H A Dreflection2.phpt129 Parameter #1 [ <optional> $start ]
138 Parameter #1 [ <optional> $start ]
/PHP-7.4/ext/opcache/
H A DZendAccelerator.h235 zend_string *start; member
320 …((char*)(str) >= (char*)ZCSG(interned_strings).start && (char*)(str) < (char*)ZCSG(interned_string…
H A DZendAccelerator.c417 s = ZCSG(interned_strings).start; in accel_interned_strings_restore_state()
2609 ZCSG(interned_strings).start = in zend_accel_init_shm()
2615 ZCSG(interned_strings).start; in zend_accel_init_shm()
2734 memcpy(mem, start, real_size); in accel_remap_huge_pages()
2737 ret = mmap(start, size, in accel_remap_huge_pages()
2743 ret = mmap(start, size, in accel_remap_huge_pages()
2770 if (ret == start) { in accel_remap_huge_pages()
2802 seg_end = start; in accel_move_code_to_huge_pages()
2829 uintptr_t end = start + s; in accel_move_code_to_huge_pages()
2830 while (start < end) { in accel_move_code_to_huge_pages()
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dstrspn_variation8.phpt2 Test strspn() function : usage variations - with heredoc strings, varying start and len args
5 /* Prototype : proto int strspn(string str, string mask [, int start [, int len]])
7 … If start or/and length is provided works like strspn(substr($s,$start,$len),$good_chars)
13 * Testing strspn() : with heredoc string, varying start and len arguments
16 echo "*** Testing strspn() : with different start and len values ***\n";
75 // defining array of different start values
96 // loop through each element of the array for heredoc str, mask str , start values and len values
103 foreach($start_array as $start) {
105 var_dump( strspn($str,$mask,$start,$len) );
115 *** Testing strspn() : with different start and len values ***
H A Dstrcspn_variation8.phpt2 Test strcspn() function : usage variations - with heredoc strings, varying start and len args
5 /* Prototype : proto int strcspn(string str, string mask [, int start [, int len]])
7 … If start or/and length is provided works like strcspn(substr($s,$start,$len),$bad_chars)
13 * Testing strcspn() : with heredoc string, varying start and len arguments
16 echo "*** Testing strcspn() : with different start and len values ***\n";
74 // definig array of start values
101 foreach($start_array as $start) {
103 var_dump( strcspn($str,$mask,$start,$len) );
113 *** Testing strcspn() : with different start and len values ***
/PHP-7.4/ext/standard/tests/dir/
H A Drewinddir_variation2.phpt6 * Description: Rewind dir_handle back to the start
H A Drewinddir_variation2-win32-mb.phpt12 * Description: Rewind dir_handle back to the start
H A Drewinddir_variation3.phpt6 * Description: Rewind dir_handle back to the start
/PHP-7.4/ext/mbstring/tests/
H A Dmb_substr_basic.phpt12 /* Prototype : string mb_substr(string $str, int $start [, int $length [, string $encoding]])
H A Dmb_ereg_match_basic.phpt26 //will return true as pattern matches from start of string
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h188 struct sljit_label *start; in fast_forward_char_simd() local
287 start = LABEL(); in fast_forward_char_simd()
306 CMPTO(SLJIT_ZERO, TMP1, 0, SLJIT_IMM, 0, start); in fast_forward_char_simd()
352 struct sljit_label *start; in fast_requested_char_simd() local
443 start = LABEL(); in fast_requested_char_simd()
460 CMPTO(SLJIT_ZERO, TMP1, 0, SLJIT_IMM, 0, start); in fast_requested_char_simd()
514 struct sljit_label *start; in fast_forward_char_pair_simd() local
692 start = LABEL(); in fast_forward_char_pair_simd()
720 CMPTO(SLJIT_ZERO, TMP1, 0, SLJIT_IMM, 0, start); in fast_forward_char_pair_simd()
H A Dpcre2_convert.c481 PCRE2_SPTR start = *from + 1; in convert_glob_parse_class() local
482 PCRE2_SPTR pattern = start; in convert_glob_parse_class()
507 pattern = start; in convert_glob_parse_class()
514 start -= 2; in convert_glob_parse_class()
516 do convert_glob_write(out, *start++); while (start < pattern); in convert_glob_parse_class()
/PHP-7.4/ext/pcre/tests/
H A Dpreg_match_basic.phpt12 …\s\w{5}/', $string, $match2, PREG_OFFSET_CAPTURE)); // tries to find "lo, world" at start of string
H A Dpreg_match_basic_edit.phpt17 …w{5}/', $string, $match2, PREG_OFFSET_CAPTURE)); // tries to find "lo, world" at start of string
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_btree.c230 phpdbg_btree_branch *start = branch; in phpdbg_btree_clean_recursive() local
238 pefree(start, persistent); in phpdbg_btree_clean_recursive()
/PHP-7.4/ext/shmop/tests/
H A D002.phpt37 // warning outputs: start is out of range
89 Warning: shmop_read(): start is out of range in %s on line %d
/PHP-7.4/ext/intl/uchar/
H A Duchar.c186 UChar32 start, UChar32 limit, in enumCharType_callback() argument
195 ZVAL_LONG(&args[0], start); in enumCharType_callback()
293 ZEND_ARG_INFO(0, start)
329 UChar32 start, limit; in IC_METHOD() local
336 (convert_cp(&start, zstart) == FAILURE) || in IC_METHOD()
341 …u_enumCharNames(start, limit, (UEnumCharNamesFn*)enumCharNames_callback, &context, nameChoice, &er… in IC_METHOD()
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_begintransaction.phpt22 printf("[002] Cannot start a transaction, [%s] [%s]\n",
137 printf("[029] Cannot start a transaction, [%d] %s\n",
153 printf("[031] Cannot start a transaction, [%s] [%s]\n",
166 printf("[035] Cannot start a transaction, [%s] [%s]\n",
/PHP-7.4/ext/date/lib/
H A Dtm2unixtime.c36 static void do_range_limit(timelib_sll start, timelib_sll end, timelib_sll adj, timelib_sll *a, tim… in do_range_limit() argument
38 if (*a < start) { in do_range_limit()
39 *b -= (start - *a - 1) / adj + 1; in do_range_limit()
40 *a += adj * ((start - *a - 1) / adj + 1); in do_range_limit()
/PHP-7.4/ext/xml/tests/
H A Dxml_set_start_namespace_decl_handler_basic.phpt12 * Description: Set up start namespace declaration handler.
/PHP-7.4/ext/standard/tests/streams/
H A Dbug70198.phpt13 - start a server and listen
/PHP-7.4/ext/exif/tests/
H A Dbug72627.phpt13 Warning: exif_read_data(%s): Error in TIFF: filesize(x04E2) less than start of IFD dir(x829A0004) i…
/PHP-7.4/ext/curl/tests/
H A Dcurl_setopt_array_basic.phpt43 ob_start(); // start output buffering
/PHP-7.4/sapi/fpm/tests/
H A Dreload-uses-sigkill-as-last-measure.phpt36 $tester->start();
H A Dsocket-uds-numeric-ugid-nonroot.phpt33 $tester->start();

Completed in 72 milliseconds

1...<<111213141516