Home
last modified time | relevance | path

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

12345678910>>...15

/PHP-5.5/ext/standard/tests/strings/
H A Dstripos_variation15.phpt6 * Description: Find position of first occurrence of a case-insensitive string
H A Dstrrpos_variation15.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrrpos_variation11.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dsubstr.phpt64 /* Testing to return empty string when start denotes the position beyond the truncation (set by neg…
/PHP-5.5/ext/iconv/tests/
H A Diconv_strpos_variation3.phpt12 * Description: Find position of first occurrence of a string within another
H A Diconv_strpos_variation4.phpt11 * 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-5.5/ext/pgsql/
H A DREADME169 Returns current position of large object
173 Seeks position of large object
/PHP-5.5/ext/standard/tests/file/
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 Dfgetcsv_variation21.phpt57 // check the file pointer position and if eof
H A Dfgetss_basic1.phpt55 var_dump( ftell($file_handle) ); // checking file pointer position initially
H A Dfgets_basic.phpt33 var_dump( ftell($file_handle) ); // ensure the file pointer position
39 var_dump( ftell($file_handle) ); // ensure the file pointer position
/PHP-5.5/ext/intl/
H A Dphp_intl.c165 ZEND_ARG_INFO(1, position)
172 ZEND_ARG_INFO(1, position)
241 ZEND_ARG_INFO(1, position)
/PHP-5.5/ext/mbstring/tests/
H A Dmb_strripos_variation3_Bug45923.phpt11 * Description: Finds position of last occurrence of a string within another, case insensitive
H A Dmb_stripos_variation4.phpt11 * Description: Finds 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_strrpos_variation4.phpt11 * Description: Find position of last occurrence of a string within another
H A Dmb_strripos_variation4.phpt11 * Description: Finds position of last occurrence of a string within another, case insensitive
H A Dmb_strpos.phpt32 // Note: For offset(-15). It does not return position of latter string. (ie the same result as -50)
/PHP-5.5/main/streams/
H A Dplain_wrapper.c256 stream->position = lseek(self->fd, 0, SEEK_CUR); in _php_stream_fopen_from_fd()
258 if (stream->position == (off_t)-1 && errno == ESPIPE) { in _php_stream_fopen_from_fd()
259 stream->position = 0; in _php_stream_fopen_from_fd()
295 stream->position = ftell(file); in _php_stream_fopen_from_file()
/PHP-5.5/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
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_seek.phpt41 printf("[007] Cannot seek to position %d, [%d] %s\n",
/PHP-5.5/ext/phar/
H A Dphar_internal.h487 off_t position; member
608 int phar_seek_efp(phar_entry_info *entry, off_t offset, int whence, off_t position, int follow_link…
/PHP-5.5/ext/spl/
H A Dspl_array.c1354 long opos, position; in SPL_METHOD() local
1360 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &position) == FAILURE) { in SPL_METHOD()
1369 opos = position; in SPL_METHOD()
1371 if (position >= 0) { /* negative values are not supported */ in SPL_METHOD()
1375 while (position-- > 0 && (result = spl_array_next(intern TSRMLS_CC)) == SUCCESS); in SPL_METHOD()
1866 ZEND_ARG_INFO(0, position)

Completed in 74 milliseconds

12345678910>>...15