Home
last modified time | relevance | path

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

12345678910>>...15

/PHP-7.1/ext/standard/tests/file/
H A Dfile_get_contents_variation5_32bit.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)
H A Dfwrite_variation1-win32-mb.phpt54 /* Write the data into the file, verify it by checking the file pointer position, eof position,
H A Dfwrite_variation1-win32.phpt54 /* Write the data into the file, verify it by checking the file pointer position, eof position,
H A Dfwrite_variation1.phpt53 /* Write the data into the file, verify it by checking the file pointer position, eof position,
H A Dfseek_ftell_rewind_variation2-win32.phpt14 Description: Rewind the position of a file pointer
17 Description: Tells file pointer read/write position
57 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfseek_ftell_rewind_variation2.phpt14 Description: Rewind the position of a file pointer
17 Description: Tells file pointer read/write position
57 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfgetc_variation1.phpt38 var_dump( ftell($file_handle) ); // file pointer position
/PHP-7.1/ext/mbstring/oniguruma/doc/
H A DAPI213 normal return: match position offset (i.e. p - str >= 0)
406 2 at: callback position.
420 beg: capture start position
421 end: capture end position
423 at: callback position
/PHP-7.1/ext/standard/
H A Dstreamsfuncs.c421 zend_off_t position; in PHP_FUNCTION() local
423 position = php_stream_tell(stream); in PHP_FUNCTION()
424 if (position >= 0 && desiredpos > position) { in PHP_FUNCTION()
426 seek_res = php_stream_seek(stream, desiredpos - position, SEEK_CUR); in PHP_FUNCTION()
427 } else if (desiredpos < position) { in PHP_FUNCTION()
/PHP-7.1/ext/date/tests/
H A Dbug54851.phpt13 // Verify that our implementation works regardless of position
/PHP-7.1/ext/mbstring/tests/
H A Dbug43840.phpt11 * Description: Find position of first occurrence of a string within another
H A Dmb_stripos_variation1.phpt11 * Description: Finds position of first occurrence of a string within another, case insensitive
H A Dmb_strpos_variation1.phpt11 * Description: Find position of first occurrence of a string within another
H A Dbug43841.phpt11 * Description: Find position of last occurrence of a string within another
H A Dmb_strripos_basic2.phpt11 * Description: Finds position of last occurrence of a string within another, case insensitive
H A Dmb_strripos_variation1.phpt11 * Description: Finds position of last occurrence of a string within another, case insensitive
H A Dmb_strripos_variation2.phpt11 * Description: Finds position of last occurrence of a string within another, case insensitive
H A Dmb_strrpos_variation1.phpt11 * Description: Find position of last occurrence of a string within another
H A Dmb_strrpos_variation2.phpt11 * Description: Find position of last occurrence of a string within another
/PHP-7.1/ext/iconv/tests/
H A Diconv_strpos_variation1.phpt11 * Description: Find position of first occurrence of a string within another
H A Diconv_strpos_variation2.phpt11 * Description: Find position of first occurrence of a string within another
H A Diconv_strrpos_variation1.phpt11 * Description: Find position of last occurrence of a string within another
H A Diconv_strrpos_variation2.phpt11 * Description: Find position of last occurrence of a string within another
H A Diconv_strpos_variation5.phpt13 * Description: Find position of first occurrence of a string within another
/PHP-7.1/ext/date/lib/
H A Dtimelib_structs.h269 int position; member

Completed in 42 milliseconds

12345678910>>...15