Home
last modified time | relevance | path

Searched refs:position (Results 1 – 25 of 353) sorted by last modified time

12345678910>>...15

/PHP-5.5/tests/lang/
H A D031.phpt2 Bug #16227 (Internal hash position bug on assignment)
/PHP-5.5/main/streams/
H A Dstreams.c767 stream->position += didread; in _php_stream_read()
951 stream->position += cpysz; in _php_stream_get_line()
1107 stream->position += delim_len; in php_stream_get_record()
1124 stream->ops->seek(stream, stream->position, SEEK_SET, &stream->position TSRMLS_CC); in _php_stream_write_buffer()
1144 stream->position += justwrote; in _php_stream_write_buffer()
1270 return stream->position; in _php_stream_tell()
1286 stream->position += offset; in _php_stream_seek()
1292 if (offset > stream->position && in _php_stream_seek()
1295 stream->position = offset; in _php_stream_seek()
1313 offset = stream->position + offset; in _php_stream_seek()
[all …]
H A Dcast.c79 static PHP_FPOS_T stream_cookie_seeker(void *cookie, off_t position, int whence) in stream_cookie_seeker() argument
83 return (PHP_FPOS_T)php_stream_seek((php_stream *)cookie, position, whence); in stream_cookie_seeker()
113 static int stream_cookie_seeker(void *cookie, __off64_t *position, int whence) in stream_cookie_seeker() argument
117 *position = php_stream_seek((php_stream *)cookie, (off_t)*position, whence); in stream_cookie_seeker()
119 if (*position == -1) { in stream_cookie_seeker()
125 static int stream_cookie_seeker(void *cookie, off_t position, int whence) in stream_cookie_seeker() argument
129 return php_stream_seek((php_stream *)cookie, position, whence); in stream_cookie_seeker()
211 stream->ops->seek(stream, stream->position, SEEK_SET, &dummy TSRMLS_CC); in _php_stream_cast()
H A Dplain_wrapper.c256 stream->position = lseek(self->fd, 0, SEEK_CUR); in _php_stream_fopen_from_fd()
258 if (stream->position == (off_t)-1 && errno == ESPIPE) { in _php_stream_fopen_from_fd()
259 stream->position = 0; in _php_stream_fopen_from_fd()
295 stream->position = ftell(file); in _php_stream_fopen_from_file()
/PHP-5.5/main/
H A Dphp_streams.h214 off_t position; /* of underlying stream */ member
/PHP-5.5/ext/standard/tests/strings/
H A Dsubstr.phpt64 /* Testing to return empty string when start denotes the position beyond the truncation (set by neg…
H A Dsubstr_compare.phpt31 Warning: substr_compare(): The start position cannot exceed initial string length in %s on line %d
H A Dstrrpos_variation3.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrrpos_variation5.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrrpos_variation6.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrrpos_variation7.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrrpos_variation8.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
18 /* loop through to consider various offsets in getting the position of the needle in haystack strin…
H A Dstrrpos_variation9.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrrpos_variation12.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrrpos_variation13.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrrpos_variation14.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrrpos_variation15.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrrpos_variation2.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
66 /* loop through to get the position of the needle in haystack string */
H A Dstrrpos_variation4.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrripos_basic1.phpt6 * Description: Find position of last occurrence of a case-insensitive 'needle' in a 'haystack'
H A Dstrripos_basic2.phpt6 * Description: Find position of last occurrence of a case-insensitive 'needle' in a 'haystack'
H A Dstrripos_error.phpt6 * Description: Find position of last occurrence of a case-insensitive 'needle' in a 'haystack'
H A Dstrripos_variation1.phpt6 * Description: Find position of last occurrence of a case-insensitive 'needle' in a 'haystack'
65 /* loop through to get the position of the needle in haystack string */
H A Dstrripos_variation2.phpt6 * Description: Find position of last occurrence of a case-insensitive 'needle' in a 'haystack'
66 /* loop through to get the position of the needle in haystack string */
H A Dstrripos_variation3.phpt6 * Description: Find position of last occurrence of a case-insensitive 'needle' in a 'haystack'

Completed in 64 milliseconds

12345678910>>...15