Home
last modified time | relevance | path

Searched refs:position (Results 201 – 225 of 353) sorted by relevance

12345678910>>...15

/PHP-5.5/ext/standard/tests/file/
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.phpt15 Description: Rewind the position of a file pointer
18 Description: Tells file pointer read/write position
61 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
/PHP-5.5/ext/mbstring/
H A DREADME_PHP3-i18n-ja587 o string = mbsubstr(string, position)
588 o string = mbsubstr(string, position, length)
589 o string = mbsubstr(string, position, length, encoding)
601 o string = mbstrcut(string, position)
602 o string = mbstrcut(string, position, length)
603 o string = mbstrcut(string, position, length, encoding)
605 Same as subcut. If position is the 2nd byte of a mb character, it will cut
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_class.c124 ZEND_ARG_INFO(1, position)
/PHP-5.5/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_stripos_variation2.phpt11 * Description: Finds position of first occurrence of a string within another, case insensitive
H A Dmb_strpos_variation2.phpt11 * Description: Find position of first occurrence of a string within another
H A Dmb_strripos_basic.phpt11 * Description: Finds position of last 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_stripos_variation5_Bug45923.phpt11 * Description: Finds position of first occurrence of a string within another, case insensitive
H A Dmb_strripos_variation5_Bug45923.phpt11 * Description: Finds position of last occurrence of a string within another, case insensitive
H A Dmb_stripos_variation3.phpt11 * Description: Finds position of first occurrence of a string within another, case insensitive
H A Dmb_strpos_variation3.phpt11 * Description: Find position of first occurrence of a string within another
/PHP-5.5/ext/standard/tests/strings/
H A Dstrrpos_variation9.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstripos_variation14.phpt6 * Description: Find position of first occurrence of a case-insensitive string
H A Dstripos_variation9.phpt6 * Description: Find position of first occurrence of a case-insensitive string
H A Dstrrchr_variation1.phpt75 /* loop through to get the position of the needle in haystack string */
H A Dstrrpos_variation14.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstripos_variation10.phpt6 * Description: Find position of first occurrence of a case-insensitive string
H A Dstrrpos_variation10.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
/PHP-5.5/ext/spl/internal/
H A Dsplfileobject.inc133 * @return current file position
141 * @param pos new file position
/PHP-5.5/ext/spl/
H A Dspl.php826 function seek($position) {/**/} argument
/PHP-5.5/ext/iconv/tests/
H A Diconv_strpos_variation3_64bit.phpt12 * Description: Find position of first occurrence of a string within another

Completed in 40 milliseconds

12345678910>>...15