Home
last modified time | relevance | path

Searched refs:position (Results 101 – 125 of 366) sorted by relevance

12345678910>>...15

/PHP-7.1/ext/iconv/tests/
H A Diconv_strpos_error2.phpt11 * Description: Find position of first occurrence of a string within another
H A Diconv_strrpos_error2.phpt11 * Description: Find position of last occurrence of a string within another
/PHP-7.1/ext/standard/tests/strings/
H A Dstrrpos_variation5.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstripos_variation5.phpt6 * Description: Find position of first occurrence of a case-insensitive string
H A Dstripos_variation12.phpt6 * Description: Find position of first occurrence of a case-insensitive string
H A Dstrripos_variation5.phpt6 * Description: Find position of last occurrence of a case-insensitive 'needle' in a '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_variation3.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstripos_variation3.phpt6 * Description: Find position of first occurrence of a case-insensitive string
H A Dstripos_variation7.phpt6 * Description: Find position of first occurrence of a case-insensitive string
H A Dstripos_variation1.phpt6 * Description: Find position of first occurrence of a case-insensitive string
74 /* loop through to get the position of the needle in haystack string */
H A Dstrrpos_basic1.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 Dstripos_variation13.phpt6 * Description: Find position of first occurrence of a case-insensitive string
H A Dstripos_basic1.phpt6 * Description: Find position of first occurrence of a case-insensitive string
H A Dstrripos_error.phpt6 * Description: Find position of last occurrence of a case-insensitive 'needle' in a 'haystack'
/PHP-7.1/ext/mbstring/tests/
H A Dmb_stripos_error2.phpt11 * Description: Finds position of first occurrence of a string within another, case insensitive
H A Dmb_strripos_error2.phpt11 * Description: Finds position of last occurrence of a string within another, case insensitive
/PHP-7.1/ext/standard/tests/file/
H A Dfile_get_contents_variation5_64bit.phpt138 Error: 2 - file_get_contents(): Failed to seek to position -12345 in the stream, %s(%d)
151 Error: 2 - file_get_contents(): Failed to seek to position -22 in the stream, %s(%d)
158 Error: 2 - file_get_contents(): Failed to seek to position -123456789000 in the stream, %s(%d)
H A Dfseek_ftell_rewind_error2.phpt10 Description: Rewind the position of a file pointer
13 Description: Tells file pointer read/write position
H A Dfseek_ftell_rewind_error3.phpt10 Description: Rewind the position of a file pointer
13 Description: Tells file pointer read/write position
H A Dfpassthru_error.phpt7 Description: Reads to EOF on the given file pointer from the current position
/PHP-7.1/main/streams/
H A Dstreams.c750 stream->position += didread; in _php_stream_read()
934 stream->position += cpysz; in _php_stream_get_line()
1090 stream->position += delim_len; in php_stream_get_record()
1107 stream->ops->seek(stream, stream->position, SEEK_SET, &stream->position); in _php_stream_write_buffer()
1127 stream->position += justwrote; in _php_stream_write_buffer()
1263 return stream->position; in _php_stream_tell()
1279 stream->position += offset; in _php_stream_seek()
1285 if (offset > stream->position && in _php_stream_seek()
1288 stream->position = offset; in _php_stream_seek()
1306 offset = stream->position + offset; in _php_stream_seek()
[all …]
/PHP-7.1/ext/standard/tests/array/
H A Darray_values_variation5.phpt11 * Test the position of the internal array pointer after a call to array_values

Completed in 33 milliseconds

12345678910>>...15