Home
last modified time | relevance | path

Searched refs:offsets (Results 1 – 25 of 93) sorted by relevance

1234

/php-src/ext/standard/tests/strings/
H A Dstrripos_basic2.phpt10 echo "\n-- regular string for haystack & needle, with various offsets --\n";
16 echo "\n-- heredoc string for haystack & needle, with various offsets --\n";
23 echo "\n-- various +ve offsets --\n";
28 echo "\n-- various -ve offsets --\n";
36 -- regular string for haystack & needle, with various offsets --
42 -- heredoc string for haystack & needle, with various offsets --
49 -- various +ve offsets --
54 -- various -ve offsets --
H A Dstrripos_variation3.phpt6 * with various needles & offsets
17 echo "\n-- Multi line strings with +ve offsets -- \n";
22 echo "\n-- Multi line strings with +ve offsets -- \n";
38 -- Multi line strings with +ve offsets --
43 -- Multi line strings with +ve offsets --
H A Dstrrpos_basic2.phpt11 //regular string for haystack & needle, with various offsets
17 //heredoc string for haystack & needle, with various offsets
24 //various offsets
H A Dstripos_basic2.phpt11 //regular string for haystack & needle, with various offsets
20 //heredoc string for haystack & needle, with various offsets
29 //various offsets
H A Dstrrpos_variation8.phpt6 * and with various needles & offsets
13 /* loop through to consider various offsets in getting the position of the needle in haystack strin…
/php-src/ext/standard/tests/file/
H A Dbug39673.phpt2 Bug #39673 (file_get_contents causes bus error on certain offsets)
11 $offsets = array(
23 foreach ($offsets as $offset) {
H A Dfpassthru_variation.phpt7 echo "--- Testing with different offsets ---\n";
17 /* Positive offsets */
27 /* Negative offsets, the file pointer should be at the end of file
71 --- Testing with different offsets ---
/php-src/Zend/tests/
H A Dstring_offset_errors.phpt37 Cannot create references to/from string offsets
38 Cannot create references to/from string offsets
39 Cannot create references to/from string offsets
H A Dbug49866.phpt2 Bug #49866 (Making reference on string offsets crashes PHP)
11 Fatal error: Uncaught Error: Cannot create references to/from string offsets in %sbug49866.php:3
H A Dbug70089.phpt34 string(47) "Cannot create references to/from string offsets"
35 string(41) "Cannot increment/decrement string offsets"
H A Djmpznz_relative_offsets.phpt2 Check for correct treatment of relative JMPZNZ offsets when copying opline
H A Dstr_offset_002.phpt9 Fatal error: Uncaught Error: Cannot create references to/from string offsets in %sstr_offset_002.ph…
H A Dstring_offset_int_min_max.phpt2 Accessing PHP_INT_MAX and PHP_INT_MIN as string offsets
H A Dbug24773.phpt9 Fatal error: Uncaught Error: Cannot unset string offsets in %s:%d
/php-src/ext/date/tests/
H A Ddate_create-relative.phpt2 date_create() with large relative offsets
14 // Most offsets tested in strtotime-relative.phpt. These are tests for dates outside the 32-bit ran…
15 $offsets = array(
45 foreach ($offsets AS $offset) {
H A Dstrtotime-relative.phpt2 strtotime() with relative offsets
10 $offsets = array(
45 foreach ($offsets AS $offset) {
H A Dbug44780.phpt2 Bug #44780 (some time zone offsets not recognized by timezone_name_from_abbr)
H A Dtimezone_name_from_abbr_basic1.phpt28 echo "-- Tests with invalid offsets --\n";
48 -- Tests with invalid offsets --
/php-src/Zend/tests/offsets/
H A Dstring_container_offset_behaviour.phpt2 String containers behaviour with offsets
27 Cannot unset string offsets
72 Cannot unset string offsets
125 Cannot unset string offsets
186 Cannot unset string offsets
249 Cannot unset string offsets
320 Cannot unset string offsets
387 Cannot unset string offsets
439 Cannot unset string offsets
453 Cannot unset string offsets
[all …]
H A Dinvalid_container_offset_behaviour.phpt2 Invalid containers with offsets
64 foreach ($offsets as $dimension) {
83 /* Using offsets as references */
84 foreach ($offsets as $offset) {
H A Dobject_container_offset_behaviour.phpt2 object containers behaviour with offsets
45 foreach ($offsets as $dimension) {
65 /* Using offsets as references */
66 foreach ($offsets as $offset) {
H A DArrayAccess_container_offset_behaviour.phpt2 ArrayAccess containers behaviour with offsets
104 foreach ($offsets as $dimension) {
133 /* Using offsets as references */
134 foreach ($offsets as $offset) {
/php-src/ext/pcre/
H A Dphp_pcre.c1031 subpats_ht, subject, offsets[2*i], offsets[2*i+1], in populate_subpat_array()
1042 &val, subject, offsets[2*i], offsets[2*i+1], unmatched_as_null); in populate_subpat_array()
1279 if (UNEXPECTED(offsets[1] < offsets[0])) { in php_pcre_match_impl()
1294 match_sets[i], subject, offsets[2*i], offsets[2*i+1], in php_pcre_match_impl()
1566 result_str = zend_string_init(&subject[offsets[0]], offsets[1] - offsets[0], 0); in preg_do_repl_func()
1675 if (UNEXPECTED(offsets[1] < offsets[0])) { in php_pcre_replace_impl()
1707 new_len += offsets[(backref<<1)+1] - offsets[backref<<1]; in php_pcre_replace_impl()
1750 match_len = offsets[(backref<<1)+1] - offsets[backref<<1]; in php_pcre_replace_impl()
1928 if (UNEXPECTED(offsets[1] < offsets[0])) { in php_pcre_replace_func_impl()
2637 if (UNEXPECTED(offsets[1] < offsets[0])) { in php_pcre_split_impl()
[all …]
/php-src/Zend/tests/generators/
H A Dyield_array_offset_by_ref.phpt2 Array offsets can be yielded by reference
/php-src/ext/intl/tests/
H A Dbug74264.phpt2 Bug #74264 (grapheme_sttrpos() broken for negative offsets)

Completed in 40 milliseconds

1234