Home
last modified time | relevance | path

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

12345678910>>...15

/PHP-5.5/ext/phar/
H A Dstream.c377 php_stream_seek(data->fp, data->position + data->zero, SEEK_SET); in phar_stream_read()
379 got = php_stream_read(data->fp, buf, MIN(count, entry->uncompressed_filesize - data->position)); in phar_stream_read()
380 data->position = php_stream_tell(data->fp) - data->zero; in phar_stream_read()
381 stream->eof = (data->position == (off_t) entry->uncompressed_filesize); in phar_stream_read()
408 temp = data->zero + data->position + offset; in phar_stream_seek()
426 data->position = *newoffset; in phar_stream_seek()
438 php_stream_seek(data->fp, data->position, SEEK_SET); in phar_stream_write()
443 data->position = php_stream_tell(data->fp); in phar_stream_write()
444 if (data->position > (off_t)data->internal_file->uncompressed_filesize) { in phar_stream_write()
445 data->internal_file->uncompressed_filesize = data->position; in phar_stream_write()
/PHP-5.5/ext/standard/tests/strings/
H A Dstripos_variation12.phpt6 * Description: Find position of first occurrence of a case-insensitive string
H A Dstripos_variation3.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_variation3.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstripos_variation7.phpt6 * Description: Find position of first occurrence of a case-insensitive string
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 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 Dstripos_error.phpt6 * Description: Find position of first occurrence of a case-insensitive string
H A Dstripos_variation6.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'
H A Dstrripos_variation4.phpt6 * Description: Find position of last occurrence of a case-insensitive 'needle' in a 'haystack'
H A Dstripos_variation4.phpt6 * Description: Find position of first occurrence of a case-insensitive string
H A Dstrrpos_error.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrrpos_variation4.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
/PHP-5.5/ext/standard/tests/file/
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
H A Dfseek_ftell_rewind_error1.phpt10 Description: Rewind the position of a file pointer
13 Description: Tells file pointer read/write position
/PHP-5.5/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 32 milliseconds

12345678910>>...15