Home
last modified time | relevance | path

Searched refs:offsets (Results 51 – 75 of 82) sorted by relevance

1234

/PHP-8.3/Zend/tests/
H A Dbug53432.phpt64 Error: Cannot use assign-op operators with string offsets
H A Dempty_str_offset.phpt2 Testing empty() with string offsets
19 // 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
H A Doffset_string.phpt2 using different variables to access string offsets
H A Dunset_non_array.phpt103 Cannot unset string offsets
/PHP-8.3/ext/pdo_mysql/tests/
H A Dbug44327.phpt2 Bug #44327 (PDORow::queryString property & numeric offsets / Crash)
H A Dbug53551.phpt2 Bug #44327 (PDORow::queryString property & numeric offsets / Crash)
/PHP-8.3/ext/standard/tests/array/
H A Darray_splice_variation3.phpt2 Test array_splice() function : usage variations - lengths and offsets
9 echo "*** array_splice() function : usage variations - lengths and offsets\n";
74 *** array_splice() function : usage variations - lengths and offsets
/PHP-8.3/ext/mbstring/tests/
H A Dmb_stripos_invalid_offset.phpt2 mb_stripos() with invalid offsets
H A Dmb_strpos_invalid_offset.phpt2 mb_strpos() with invalid offsets
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_32.c75 sljit_u8 offsets[4]; in call_with_args() local
76 sljit_u8 *offsets_ptr = offsets; in call_with_args()
/PHP-8.3/ext/standard/tests/file/
H A Duserstreams.phpt195 /* end up at BOF so that randomly generated seek offsets
211 /* generate some random seek offsets */
H A Dfseek_ftell_rewind_variation4.phpt22 $offset = array(-1, 0, 1, 512, 600); // different offsets
H A Dfseek_ftell_rewind_variation3.phpt19 $offset = array(-1, 0, 1, 512, 600); // different offsets
H A Dfseek_ftell_rewind_variation4-win32.phpt22 $offset = array(-1, 0, 1, 512, 600); // different offsets
H A Dfseek_ftell_rewind_variation5.phpt18 $offset = array(-1, 0, 1, 512, 600);// different offsets
H A Dfseek_ftell_rewind_variation6-win32.phpt23 $offset = array(-1,0,1,512,600); // different offsets
H A Dfseek_ftell_rewind_variation6.phpt23 $offset = array(-1,0,1,512,600); // different offsets
H A Dfseek_ftell_rewind_variation7.phpt19 $offset = array(-1,0,1,512,600);// different offsets
H A Dfseek_ftell_rewind_variation8-win32.phpt23 $offset = array(-1,0,1,512,600); // different offsets
H A Dfseek_ftell_rewind_variation8.phpt23 $offset = array(-1,0,1,512,600); // different offsets
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c353 do_callout_dfa(PCRE2_SPTR code, PCRE2_SIZE *offsets, PCRE2_SPTR current_subject, in do_callout_dfa() argument
368 cb->offset_vector = offsets; in do_callout_dfa()
527 PCRE2_SIZE *offsets, in internal_dfa_match() argument
890 if (count > 0) (void)memmove(offsets + 2, offsets, in internal_dfa_match()
894 offsets[0] = (PCRE2_SIZE)(current_subject - start_subject); in internal_dfa_match()
895 offsets[1] = (PCRE2_SIZE)(ptr - start_subject); in internal_dfa_match()
2802 rrc = do_callout_dfa(code, offsets, current_subject, ptr, mb, in internal_dfa_match()
3199 rrc = do_callout_dfa(code, offsets, current_subject, ptr, mb, 0, in internal_dfa_match()
/PHP-8.3/ext/intl/tests/
H A Dgrapheme_out_of_bounds.phpt2 grapheme_* functions with out-of-bounds offsets

Completed in 52 milliseconds

1234