Home
last modified time | relevance | path

Searched refs:position (Results 151 – 175 of 353) sorted by relevance

12345678910>>...15

/PHP-5.5/ext/standard/tests/file/
H A Dfgetss_variation4.phpt60 var_dump( ftell($file_handle) ); // find out file position
65 var_dump( ftell($file_handle) ); // find out file position
H A Dfseek_ftell_rewind_variation5.phpt9 Description: Rewind the position of a file pointer
12 Description: Tells file pointer read/write position
48 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfwrite_variation3-win32.phpt54 … /* Write the data into the file, verify it by checking the file pointer position, eof position,
56 // append the data to the file, starting from current position of the file pointer
H A Dfwrite_variation3.phpt54 … /* Write the data into the file, verify it by checking the file pointer position, eof position,
57 // append the data to the file, starting from current position of the file pointer
H A Dfseek_ftell_rewind_basic1.phpt9 Description: Rewind the position of a file pointer
12 Description: Tells file pointer read/write position
44 var_dump( ftell($file_handle) ); // confirm the file pointer position
49 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfseek_ftell_rewind_variation3.phpt9 Description: Rewind the position of a file pointer
12 Description: Tells file pointer read/write position
49 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfseek_ftell_rewind_variation4-win32.phpt14 Description: Rewind the position of a file pointer
17 Description: Tells file pointer read/write position
55 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfseek_ftell_rewind_variation4.phpt14 Description: Rewind the position of a file pointer
17 Description: Tells file pointer read/write position
55 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfseek_ftell_rewind_variation6-win32.phpt14 Description: Rewind the position of a file pointer
17 Description: Tells file pointer read/write position
55 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfseek_ftell_rewind_variation6.phpt14 Description: Rewind the position of a file pointer
17 Description: Tells file pointer read/write position
55 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfseek_ftell_rewind_variation7.phpt9 Description: Rewind the position of a file pointer
12 Description: Tells file pointer read/write position
48 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfseek_ftell_rewind_variation1.phpt9 Description: Rewind the position of a file pointer
12 Description: Tells file pointer read/write position
48 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfseek_ftell_rewind_variation8-win32.phpt14 Description: Rewind the position of a file pointer
17 Description: Tells file pointer read/write position
56 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfseek_ftell_rewind_variation8.phpt14 Description: Rewind the position of a file pointer
17 Description: Tells file pointer read/write position
56 var_dump( ftell($file_handle) ); // confirm the file pointer 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
/PHP-5.5/ext/standard/tests/strings/
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 */
87 /* loop through to get the "needle" position in $string */
H A Dbug40754.phpt38 Warning: substr_compare(): The start position cannot exceed initial string length in %s on line %d
/PHP-5.5/ext/intl/tests/
H A Dcpbi_getLastCodePoint_basic.phpt29 //starting at the initial position and only then moves the pointer forward
/PHP-5.5/ext/mbstring/tests/
H A Dmb_stripos_basic2.phpt11 * Description: Finds position of first occurrence of a string within another, case insensitive
H A Dbug43840.phpt11 * Description: Find position of first occurrence of a string within another
/PHP-5.5/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-5.5/ext/date/tests/
H A Dbug54851.phpt13 // Verify that our implementation works regardless of position

Completed in 67 milliseconds

12345678910>>...15