Home
last modified time | relevance | path

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

1234

/php-src/ext/standard/tests/strings/
H A Dstrrpos_variation4.phpt6 * and with various needles & offsets
/php-src/Zend/tests/
H A Dlist_destructuring_to_special_variables.phpt2 list() can be used to destructure to string offsets, __set and ArrayAccess::offsetSet
H A Doffset_array.phpt2 using different variables to access array offsets
H A Disset_str_offset.phpt2 Testing isset with string offsets
18 // non-numeric offsets
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-src/ext/pdo_mysql/tests/
H A Dbug44327.phpt2 Bug #44327 (PDORow::queryString property & numeric offsets / Crash)
/php-src/Zend/tests/offsets/
H A Druntime_compile_time_offset_access.phpt39 foreach ($offsets as $offset) {
H A Dnull_container_offset_behaviour.phpt2 null containers behaviour with offsets
258 foreach ($offsets as $dimension) {
283 /* Using offsets as references */
284 foreach ($offsets as $offset) {
H A Darray_container_offset_behaviour.phpt2 array containers behaviour with offsets
259 foreach ($offsets as $dimension) {
284 /* Using offsets as references */
285 foreach ($offsets as $offset) {
H A Dfalse_container_offset_behaviour.phpt2 false containers behaviour with offsets
266 foreach ($offsets as $dimension) {
291 /* Using offsets as references */
292 foreach ($offsets as $offset) {
H A DArrayObject_container_offset_behaviour.phpt2 ArrayObject containers behaviour with offsets
306 foreach ($offsets as $dimension) {
335 /* Using offsets as references */
336 foreach ($offsets as $offset) {
H A Dtest_offset_helpers.inc159 $offsets = [
/php-src/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-src/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-src/ext/standard/tests/file/
H A Duserstreams.phpt195 /* end up at BOF so that randomly generated seek offsets
211 /* generate some random seek offsets */
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c355 do_callout_dfa(PCRE2_SPTR code, PCRE2_SIZE *offsets, PCRE2_SPTR current_subject, in do_callout_dfa() argument
370 cb->offset_vector = offsets; in do_callout_dfa()
529 PCRE2_SIZE *offsets, in internal_dfa_match() argument
892 if (count > 0) (void)memmove(offsets + 2, offsets, in internal_dfa_match()
896 offsets[0] = (PCRE2_SIZE)(current_subject - start_subject); in internal_dfa_match()
897 offsets[1] = (PCRE2_SIZE)(ptr - start_subject); in internal_dfa_match()
2849 rrc = do_callout_dfa(code, offsets, current_subject, ptr, mb, in internal_dfa_match()
3251 rrc = do_callout_dfa(code, offsets, current_subject, ptr, mb, 0, in internal_dfa_match()
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_32.c220 sljit_u8 offsets[4]; in call_with_args() local
221 sljit_u8 *offsets_ptr = offsets; in call_with_args()
/php-src/ext/intl/tests/
H A Dgrapheme_out_of_bounds.phpt2 grapheme_* functions with out-of-bounds offsets

Completed in 40 milliseconds

1234