Home
last modified time | relevance | path

Searched refs:offset (Results 801 – 812 of 812) sorted by path

1...<<313233

/php-src/tests/lang/
H A Dbug22592.phpt42 [Only the first byte will be assigned to the string offset]
46 [Only the first byte will be assigned to the string offset]
H A Dbug25922.phpt23 Trying to access array offset on null
H A Dbug29566.phpt14 Warning: Illegal string offset "0nosuchkey" in %s on line %d
H A DpassByReference_003.phpt30 Warning: Trying to access array offset on null in %s on line %d
/php-src/tests/output/
H A DDummyStreamWrapper.inc28 public function stream_seek(int $offset, int $whence = SEEK_SET): bool
/php-src/tests/strings/
H A Doffsets_chaining_1.phpt2 testing the behavior of string offset chaining
H A Doffsets_chaining_3.phpt2 testing the behavior of string offset chaining
H A Doffsets_chaining_5.phpt2 testing the behavior of string offset chaining
18 Warning: Illegal string offset "0foo" in %s on line %d
22 Warning: Illegal string offset "0foo" in %s on line %d
24 Warning: Illegal string offset "0bar" in %s on line %d
H A Doffsets_general.phpt26 Cannot access offset of type string on string
/php-src/win32/
H A Dioutil.c1166 size_t offset = 0; in php_win32_ioutil_readlink_w() local
1193 offset = 4; in php_win32_ioutil_readlink_w()
1197 offset += 2; in php_win32_ioutil_readlink_w()
1198 target[offset] = L'\\'; in php_win32_ioutil_readlink_w()
1203 ret = target_len - offset; in php_win32_ioutil_readlink_w()
1204 memcpy(buf, target + offset, (ret + 1)*sizeof(wchar_t)); in php_win32_ioutil_readlink_w()
H A Dreaddir.c86 dp->offset = 0; in opendir()
103 if (dp->offset != 0) { in readdir()
119 dp->offset++; in readdir()
122 dp->dent.d_off = dp->offset; in readdir()
161 dp->offset = 0; in rewinddir()
H A Dreaddir.h35 uint32_t offset; /* offset into directory */ member

Completed in 41 milliseconds

1...<<313233