Home
last modified time | relevance | path

Searched refs:position (Results 126 – 150 of 242) sorted by relevance

12345678910

/PHP-8.1/ext/standard/tests/strings/
H A Dstripos_variation8.phpt22 /* loop through to consider various offsets in getting the position of the needle in haystack strin…
H A Dstrrchr_variation1.phpt69 /* loop through to get the position of the needle in haystack string */
H A Dstrripos_variation1.phpt58 /* loop through to get the position of the needle in haystack string */
H A Dstrripos_variation2.phpt59 /* loop through to get the position of the needle in haystack string */
H A Dsubstr.phpt41 /* Testing to return empty string when start denotes the position beyond the truncation (set by neg…
/PHP-8.1/ext/standard/tests/file/
H A Dfwrite_variation2-win32.phpt45 /* Write the data into the file, verify it by checking the file pointer position, eof position,
H A Dfwrite_variation2.phpt45 /* Write the data into the file, verify it by checking the file pointer position, eof position,
H A Dfwrite_basic-win32-mb.phpt39 /* Write the data in to the file, verify the write by checking file pointer position,
40 eof position, and data. */
H A Dfwrite_basic-win32.phpt39 /* Write the data in to the file, verify the write by checking file pointer position,
40 eof position, and data. */
H A Dfwrite_basic.phpt39 /* Write the data in to the file, verify the write by checking file pointer position,
40 eof position, and data. */
H A Dfwrite_variation1-win32-mb.phpt45 /* Write the data into the file, verify it by checking the file pointer position, eof position,
H A Dfwrite_variation1.phpt38 /* Write the data into the file, verify it by checking the file pointer position, eof position,
H A Dfgets_variation1.phpt35 var_dump( ftell($file_handle) ); // ensure that file pointer position is not changed
H A Dfgetc_variation3.phpt39 var_dump( ftell($file_handle) ); // ensure that file pointer position is not changed
H A Dfgetcsv_variation21.phpt52 // check the file pointer position and if eof
H A Dfseek_ftell_rewind_basic1.phpt34 var_dump( ftell($file_handle) ); // confirm the file pointer position
39 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfgets_basic.phpt28 var_dump( ftell($file_handle) ); // ensure the file pointer position
34 var_dump( ftell($file_handle) ); // ensure the file pointer position
H A Dfgetcsv_variation13.phpt49 // check the file pointer position and if eof
/PHP-8.1/ext/standard/
H A Dstreamsfuncs.c466 zend_off_t position; in PHP_FUNCTION() local
468 position = php_stream_tell(stream); in PHP_FUNCTION()
469 if (position >= 0 && desiredpos > position) { in PHP_FUNCTION()
471 seek_res = php_stream_seek(stream, desiredpos - position, SEEK_CUR); in PHP_FUNCTION()
472 } else if (desiredpos < position) { in PHP_FUNCTION()
/PHP-8.1/ext/phar/tests/
H A Dfgc_edgecases.phpt95 Warning: file_get_contents(): Failed to seek to position 50000 in the stream in phar://%sfgc_edgeca…
/PHP-8.1/main/streams/
H A Dplain_wrapper.c287 stream->position = -1; in _php_stream_fopen_from_fd()
289 stream->position = zend_lseek(self->fd, 0, SEEK_CUR); in _php_stream_fopen_from_fd()
292 if (stream->position == (zend_off_t)-1 && errno == ESPIPE) { in _php_stream_fopen_from_fd()
313 stream->position = -1; in _php_stream_fopen_from_file()
315 stream->position = zend_ftell(file); in _php_stream_fopen_from_file()
/PHP-8.1/ext/hash/sha3/generic64lc/
H A DKeccakSponge.inc90 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
230 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
/PHP-8.1/ext/hash/sha3/generic32lc/
H A DKeccakSponge.inc90 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
230 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_seek.phpt41 printf("[007] Cannot seek to position %d, [%d] %s\n",
/PHP-8.1/ext/phar/
H A Dphar_internal.h459 zend_off_t position; member
564 int phar_seek_efp(phar_entry_info *entry, zend_off_t offset, int whence, zend_off_t position, int f…

Completed in 68 milliseconds

12345678910