Home
last modified time | relevance | path

Searched refs:position (Results 226 – 250 of 366) sorted by relevance

12345678910>>...15

/PHP-7.1/ext/standard/tests/strings/
H A Dstrrpos_variation10.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrrpos_variation14.phpt8 * 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 Dstripos_variation15.phpt8 * Description: Find position of first occurrence of a case-insensitive string
/PHP-7.1/ext/mbstring/tests/
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
H A Dmb_strpos_variation3.phpt12 * Description: Find position of first occurrence of a string within another
H A Dmb_stripos_variation3.phpt12 * Description: Find position of first occurrence of a string within another, case insensitive
H A Dmb_strpos_variation4.phpt11 * Description: Find position of first occurrence of a string within another
H A Dmb_strripos_variation3_Bug45923.phpt12 * Description: Finds position of last occurrence of a string within another, case insensitive
/PHP-7.1/ext/spl/
H A Dspl.php826 function seek($position) {/**/} argument
/PHP-7.1/ext/iconv/tests/
H A Diconv_strpos_variation3.phpt12 * Description: Find position of first occurrence of a string within another
H A Diconv_strpos_variation3_64bit.phpt12 * Description: Find position of first occurrence of a string within another
H A Diconv_strrpos_variation3.phpt11 * Description: Find position of last occurrence of a string within another
/PHP-7.1/ext/pgsql/
H A DREADME169 Returns current position of large object
173 Seeks position of large object
/PHP-7.1/ext/standard/tests/file/
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. */
H A Dfwrite_basic.phpt47 /* Write the data in to the file, verify the write by checking file pointer position,
48 eof position, and data. */
H A Dfgetss_basic1.phpt55 var_dump( ftell($file_handle) ); // checking file pointer position initially
H A Dfgetcsv_variation21.phpt57 // check the file pointer position and if eof
/PHP-7.1/ext/phar/
H A Dphar_internal.h456 zend_off_t position; member
556 int phar_seek_efp(phar_entry_info *entry, zend_off_t offset, int whence, zend_off_t position, int f…
/PHP-7.1/ext/intl/
H A Dphp_intl.c166 ZEND_ARG_INFO(1, position)
173 ZEND_ARG_INFO(1, position)
242 ZEND_ARG_INFO(1, position)
/PHP-7.1/main/streams/
H A Dplain_wrapper.c271 stream->position = zend_lseek(self->fd, 0, SEEK_CUR); in _php_stream_fopen_from_fd()
273 if (stream->position == (zend_off_t)-1 && errno == ESPIPE) { in _php_stream_fopen_from_fd()
274 stream->position = 0; in _php_stream_fopen_from_fd()
310 stream->position = zend_ftell(file); in _php_stream_fopen_from_file()
/PHP-7.1/ext/mbstring/oniguruma/doc/
H A DRE146 \G matching start position
278 Destinate relative nest level from back reference position.
315 * If the option status of called group is different from calling position

Completed in 47 milliseconds

12345678910>>...15