Home
last modified time | relevance | path

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

1234

/PHP-5.5/ext/pcre/
H A Dphp_pcre.c715 offsets[(i<<1)+1] - offsets[i<<1], offsets[i<<1], NULL); in php_pcre_match_impl()
718 offsets[(i<<1)+1] - offsets[i<<1], 1); in php_pcre_match_impl()
741 offsets[(i<<1)+1] - offsets[i<<1], offsets[i<<1], subpat_names[i]); in php_pcre_match_impl()
745 offsets[(i<<1)+1] - offsets[i<<1], 1); in php_pcre_match_impl()
748 offsets[(i<<1)+1] - offsets[i<<1], 1); in php_pcre_match_impl()
759 offsets[(i<<1)+1] - offsets[i<<1], in php_pcre_match_impl()
764 offsets[(i<<1)+1] - offsets[i<<1], 1); in php_pcre_match_impl()
767 offsets[(i<<1)+1] - offsets[i<<1], 1); in php_pcre_match_impl()
910 result_len = offsets[1] - offsets[0]; in preg_do_repl_func()
1587 if (count > 0 && (offsets[1] - offsets[0] >= 0)) { in php_pcre_split_impl()
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dstrripos_basic2.phpt15 echo "\n-- regular string for haystack & needle, with various offsets --\n";
21 echo "\n-- heredoc string for haystack & needle, with various offsets --\n";
28 echo "\n-- various +ve offsets --\n";
33 echo "\n-- various -ve offsets --\n";
42 -- regular string for haystack & needle, with various offsets --
48 -- heredoc string for haystack & needle, with various offsets --
55 -- various +ve offsets --
60 -- various -ve offsets --
H A Dstrripos_variation3.phpt11 * with various needles & offsets
22 echo "\n-- Multi line strings with +ve offsets -- \n";
27 echo "\n-- Multi line strings with +ve offsets -- \n";
44 -- Multi line strings with +ve offsets --
49 -- Multi line strings with +ve offsets --
H A Dstripos_basic2.phpt16 //regular string for haystack & needle, with various offsets
22 //heredoc string for haystack & needle, with various offsets
29 //various offsets
H A Dstrrpos_basic2.phpt16 //regular string for haystack & needle, with various offsets
22 //heredoc string for haystack & needle, with various offsets
29 //various offsets
H A Dstrrpos_variation8.phpt11 * and with various needles & offsets
18 /* loop through to consider various offsets in getting the position of the needle in haystack strin…
H A Dstripos_variation14.phpt33 $offsets = array (
79 for($index = 0; $index < count($offsets); $index ++) {
81 var_dump( stripos($haystack, $needle, $offsets[$index]) );
H A Dstrrpos_variation14.phpt33 $offsets = array (
79 for($index = 0; $index < count($offsets); $index ++) {
81 var_dump( strrpos($haystack, $needle, $offsets[$index]) );
/PHP-5.5/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.phpt13 echo "--- Testing with different offsets ---\n";
23 /* Positive offsets */
33 /* Negative offsets, the file pointer should be at the end of file
77 --- Testing with different offsets ---
/PHP-5.5/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.phpt39 echo "-- Tests with invalid offsets --\n";
65 -- Tests with invalid offsets --
/PHP-5.5/Zend/tests/
H A Dbug49866.phpt2 Bug #49866 (Making reference on string offsets crashes PHP)
10 Fatal error: Cannot create references to/from string offsets nor overloaded objects in %sbug49866.p…
H A Dstr_offset_002.phpt9 Fatal error: Cannot create references to/from string offsets in %sstr_offset_002.php on line 3
H A Dbug24773.phpt9 Fatal error: Cannot unset string offsets in %s on line %d
H A Dbug47704.phpt2 Bug #47704 (crashes on some "bad" operations with string offsets)
H A Dempty_str_offset.phpt2 Testing empty() with string offsets
17 // non-numeric offsets
H A Disset_str_offset.phpt2 Testing isset with string offsets
17 // non-numeric offsets
H A Doffset_bool.phpt2 using different variables to access boolean offsets
H A Doffset_long.phpt2 using different variables to access long offsets
H A Doffset_null.phpt2 using different variables to access null offsets
/PHP-5.5/Zend/tests/generators/
H A Dyield_array_offset_by_ref.phpt2 Array offsets can be yielded by reference
/PHP-5.5/ext/pdo_sqlite/tests/
H A Dbug44327_3.phpt2 Bug #44327.3 (PDORow::queryString property & numeric offsets / Crash)

Completed in 86 milliseconds

1234