Searched refs:offsets (Results 1 – 25 of 76) sorted by relevance
1234
/PHP-5.3/ext/pcre/ |
H A D | php_pcre.c | 666 offsets[(i<<1)+1] - offsets[i<<1], offsets[i<<1], NULL); in php_pcre_match_impl() 669 offsets[(i<<1)+1] - offsets[i<<1], 1); in php_pcre_match_impl() 692 offsets[(i<<1)+1] - offsets[i<<1], offsets[i<<1], subpat_names[i]); in php_pcre_match_impl() 696 offsets[(i<<1)+1] - offsets[i<<1], 1); in php_pcre_match_impl() 699 offsets[(i<<1)+1] - offsets[i<<1], 1); in php_pcre_match_impl() 710 offsets[(i<<1)+1] - offsets[i<<1], in php_pcre_match_impl() 715 offsets[(i<<1)+1] - offsets[i<<1], 1); in php_pcre_match_impl() 718 offsets[(i<<1)+1] - offsets[i<<1], 1); in php_pcre_match_impl() 846 add_next_index_stringl(subpats, &subject[offsets[i<<1]], offsets[(i<<1)+1] - offsets[i<<1], 1); in preg_do_repl_func() 859 result_len = offsets[1] - offsets[0]; in preg_do_repl_func() [all …]
|
/PHP-5.3/ext/standard/tests/strings/ |
H A D | strripos_basic2.phpt | 15 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 D | strripos_variation3.phpt | 11 * 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 D | stripos_basic2.phpt | 16 //regular string for haystack & needle, with various offsets 22 //heredoc string for haystack & needle, with various offsets 29 //various offsets
|
H A D | strrpos_basic2.phpt | 16 //regular string for haystack & needle, with various offsets 22 //heredoc string for haystack & needle, with various offsets 29 //various offsets
|
H A D | strrpos_variation8.phpt | 11 * and with various needles & offsets 18 /* loop through to consider various offsets in getting the position of the needle in haystack strin…
|
H A D | stripos_variation14.phpt | 33 $offsets = array ( 79 for($index = 0; $index < count($offsets); $index ++) { 81 var_dump( stripos($haystack, $needle, $offsets[$index]) );
|
H A D | strrpos_variation14.phpt | 33 $offsets = array ( 79 for($index = 0; $index < count($offsets); $index ++) { 81 var_dump( strrpos($haystack, $needle, $offsets[$index]) );
|
H A D | strrpos_variation7.phpt | 11 * and with various needles & offsets
|
/PHP-5.3/ext/standard/tests/file/ |
H A D | bug39673.phpt | 2 Bug #39673 (file_get_contents causes bus error on certain offsets) 11 $offsets = array( 23 foreach ($offsets as $offset) {
|
H A D | fpassthru_variation.phpt | 13 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.3/ext/date/tests/ |
H A D | date_create-relative.phpt | 2 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 D | strtotime-relative.phpt | 2 strtotime() with relative offsets 10 $offsets = array( 45 foreach ($offsets AS $offset) {
|
H A D | timezone_name_from_abbr_basic1.phpt | 39 echo "-- Tests with invalid offsets --\n"; 65 -- Tests with invalid offsets --
|
/PHP-5.3/Zend/tests/ |
H A D | bug49866.phpt | 2 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 D | bug24773.phpt | 9 Fatal error: Cannot unset string offsets in %s on line %d
|
H A D | bug47704.phpt | 2 Bug #47704 (crashes on some "bad" operations with string offsets)
|
H A D | offset_bool.phpt | 2 using different variables to access boolean offsets
|
H A D | offset_long.phpt | 2 using different variables to access long offsets
|
H A D | offset_null.phpt | 2 using different variables to access null offsets
|
/PHP-5.3/ext/pdo_sqlite/tests/ |
H A D | bug44327_3.phpt | 2 Bug #44327.3 (PDORow::queryString property & numeric offsets / Crash)
|
H A D | bug44327_2.phpt | 2 Bug #44327.2 (PDORow::queryString property & numeric offsets / Crash)
|
/PHP-5.3/tests/strings/ |
H A D | offsets_general.phpt | 2 testing the behavior of string offsets
|
/PHP-5.3/ext/mbstring/tests/ |
H A D | bug43840.phpt | 22 $offsets = array(20, 21, 22, 53, 54); 26 foreach($offsets as $i) {
|
H A D | bug43841.phpt | 19 $offsets = array(-25, -24, -13, -12); 25 foreach ($offsets as $i) {
|
Completed in 41 milliseconds
1234