Home
last modified time | relevance | path

Searched refs:position (Results 176 – 200 of 318) sorted by relevance

12345678910>>...13

/PHP-7.4/ext/iconv/tests/
H A Diconv_strpos_variation5.phpt13 * Description: Find position of first occurrence of a string within another
/PHP-7.4/ext/standard/tests/strings/
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 Dstrpos.phpt8 Description: Find position of first occurrence of a string
31 /* needles in an array to get the position of needle in $string */
65 /* loop through to get the "needle" position in $string */
90 /* loop through to get the "needle" position in $string */
H A Dstrrchr_variation2.phpt75 /* loop through to get the position of the needle in haystack string */
H A Dstrrchr_variation1.phpt75 /* loop through to get the position of the needle in haystack string */
/PHP-7.4/ext/standard/tests/file/
H A Dfgetss_variation5-win32.phpt67 var_dump( ftell($file_handle) ); // find out file position
72 var_dump( ftell($file_handle) ); // find out file position
H A Dfwrite_variation4-win32.phpt52 /* Write the data into the file, verify it by checking the file pointer position, eof position,
H A Dfwrite_variation4.phpt52 /* Write the data into the file, verify it by checking the file pointer position, eof position,
H A Dfgetss_variation5.phpt64 var_dump( ftell($file_handle) ); // find out file position
69 var_dump( ftell($file_handle) ); // find out file position
H A Dfwrite_variation2-win32.phpt54 /* Write the data into the file, verify it by checking the file pointer position, eof position,
H A Dfwrite_variation2.phpt54 /* Write the data into the file, verify it by checking the file pointer position, eof position,
H A Dfseek_ftell_rewind_basic2-win32-mb.phpt14 Description: Rewind the position of a file pointer
17 Description: Tells file pointer read/write position
60 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfseek_ftell_rewind_basic2-win32.phpt14 Description: Rewind the position of a file pointer
17 Description: Tells file pointer read/write position
60 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfseek_ftell_rewind_basic2.phpt14 Description: Rewind the position of a file pointer
17 Description: Tells file pointer read/write position
60 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfwrite_basic-win32-mb.phpt47 /* Write the data in to the file, verify the write by checking file pointer position,
48 eof position, and data. */
H A Dfwrite_basic-win32.phpt47 /* Write the data in to the file, verify the write by checking file pointer position,
48 eof position, and data. */
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_class.c114 ZEND_ARG_INFO(1, position)
/PHP-7.4/ext/phar/tests/
H A Dfgc_edgecases.phpt83 Warning: file_get_contents(): Failed to seek to position 50000 in the stream in phar://%sfgc_edgeca…
/PHP-7.4/ext/standard/
H A Dstreamsfuncs.c441 zend_off_t position; in PHP_FUNCTION() local
443 position = php_stream_tell(stream); in PHP_FUNCTION()
444 if (position >= 0 && desiredpos > position) { in PHP_FUNCTION()
446 seek_res = php_stream_seek(stream, desiredpos - position, SEEK_CUR); in PHP_FUNCTION()
447 } else if (desiredpos < position) { in PHP_FUNCTION()
/PHP-7.4/ext/mbstring/tests/
H A Dmb_stripos_basic.phpt11 * Description: Finds position of first occurrence of a string within another, case insensitive
H A Dmb_strripos_basic.phpt11 * Description: Finds position of last occurrence of a string within another, case insensitive
H A Dmb_stripos_variation5_Bug45923.phpt11 * Description: Find position of first occurrence of a string within another, case insensitive
H A Dmb_strpos_variation5.phpt11 * Description: Find position of first occurrence of a string within another
H A Dmb_strripos_variation5_Bug45923.phpt11 * Description: Finds position of last occurrence of a string within another, case insensitive
/PHP-7.4/main/streams/
H A Dplain_wrapper.c276 stream->position = -1; in _php_stream_fopen_from_fd()
278 stream->position = zend_lseek(self->fd, 0, SEEK_CUR); in _php_stream_fopen_from_fd()
281 if (stream->position == (zend_off_t)-1 && errno == ESPIPE) { in _php_stream_fopen_from_fd()
302 stream->position = -1; in _php_stream_fopen_from_file()
304 stream->position = zend_ftell(file); in _php_stream_fopen_from_file()

Completed in 61 milliseconds

12345678910>>...13