Home
last modified time | relevance | path

Searched refs:position (Results 251 – 275 of 366) sorted by relevance

1...<<1112131415

/PHP-7.1/ext/mbstring/tests/
H A Dmb_strrpos_variation4.phpt11 * Description: Find position of last occurrence of a string within another
H A Dmb_stripos_variation4.phpt11 * Description: Finds position of first occurrence of a string within another, case insensitive
H A Dmb_strripos_variation4.phpt11 * Description: Finds position of last occurrence of a string within another, case insensitive
/PHP-7.1/ext/iconv/tests/
H A Diconv_strpos_variation4.phpt11 * Description: Find position of first occurrence of a string within another
/PHP-7.1/ext/standard/tests/strings/
H A Dstrrpos_variation15.phpt8 * 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…
H A Dstripos_variation11.phpt6 * Description: Find position of first occurrence of a case-insensitive string
/PHP-7.1/ext/standard/tests/file/
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
H A Dfgetcsv_variation13.phpt54 // check the file pointer position and if eof
H A Dfgetcsv_variation20.phpt57 // check the file pointer position and if eof
H A Dfgetss_variation1-win32.phpt68 var_dump( ftell($file_handle) ); //ensure that file pointer position is not changed
H A Dfgetss_variation1.phpt64 var_dump( ftell($file_handle) ); //ensure that file pointer position is not changed
H A Dfputcsv_variation10.phpt53 // check the file pointer position and eof
H A Dfscanf_variation55.phpt74 // current file pointer position
78 // current file pointer position after rewind operation
H A Dfgetss_basic2-win32-mb.phpt67 var_dump( ftell($file_handle) ); // checking file pointer position initially
H A Dfgetss_basic2-win32.phpt67 var_dump( ftell($file_handle) ); // checking file pointer position initially
H A Dfgetss_basic2.phpt65 var_dump( ftell($file_handle) ); // checking file pointer position initially
/PHP-7.1/ext/spl/
H A Dspl_array.c1349 zend_long opos, position; in SPL_METHOD() local
1355 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &position) == FAILURE) { in SPL_METHOD()
1364 opos = position; in SPL_METHOD()
1366 if (position >= 0) { /* negative values are not supported */ in SPL_METHOD()
1370 while (position-- > 0 && (result = spl_array_next(intern)) == SUCCESS); in SPL_METHOD()
1881 ZEND_ARG_INFO(0, position)
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_seek.phpt41 printf("[007] Cannot seek to position %d, [%d] %s\n",
/PHP-7.1/
H A DREADME.MAILINGLIST_RULES60 aggregate your current position into a single mail instead of multiple
/PHP-7.1/ext/phar/
H A Dutil.c120 int phar_seek_efp(phar_entry_info *entry, zend_off_t offset, int whence, zend_off_t position, int f… in phar_seek_efp() argument
148 temp = eoffset + position + offset; in phar_seek_efp()
432 (*ret)->position = 0; in phar_get_entry_data()
481 (*ret)->position = 0; in phar_get_entry_data()
612 ret->position = ret->zero = 0; in phar_get_or_create_entry_data()
/PHP-7.1/ext/spl/tests/
H A DSplFileObject_fputcsv_variation10.phpt44 // check the file pointer position and eof
/PHP-7.1/ext/spl/internal/
H A Dmultipleiterator.inc33 /** keys are created from sub iterators position */
/PHP-7.1/ext/date/lib/
H A Dparse_iso_intervals.re115 s->errors->warning_messages[s->errors->warning_count - 1].position = s->tok ? s->tok - s->str : 0;
124 s->errors->error_messages[s->errors->error_count - 1].position = s->tok ? s->tok - s->str : 0;

Completed in 42 milliseconds

1...<<1112131415