Home
last modified time | relevance | path

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

1...<<1112131415

/PHP-7.0/ext/standard/tests/strings/
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.0/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_seek.phpt41 printf("[007] Cannot seek to position %d, [%d] %s\n",
/PHP-7.0/ext/mbstring/tests/
H A Dmb_strpos.phpt32 // Note: For offset(-15). It does not return position of latter string. (ie the same result as -50)
H A Dmb_stripos.phpt35 // Note: For offset(-15). It does not return position of latter string. (ie the same result as -50)
/PHP-7.0/
H A DREADME.MAILINGLIST_RULES60 aggregate your current position into a single mail instead of multiple
/PHP-7.0/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()
439 (*ret)->position = 0; in phar_get_entry_data()
488 (*ret)->position = 0; in phar_get_entry_data()
619 ret->position = ret->zero = 0; in phar_get_or_create_entry_data()
/PHP-7.0/ext/spl/internal/
H A Dmultipleiterator.inc33 /** keys are created from sub iterators position */
/PHP-7.0/ext/spl/tests/
H A DSplFileObject_fputcsv_variation10.phpt44 // check the file pointer position and eof
/PHP-7.0/ext/standard/tests/file/
H A Dfgetcsv_variation13.phpt55 // check the file pointer position and if eof
H A Dfgetcsv_variation20.phpt57 // check the file pointer position and if eof
H A Dfputcsv_variation10.phpt53 // check the file pointer position and 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 Dfscanf_variation55.phpt74 // current file pointer position
78 // current file pointer position after rewind operation
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
H A Dfgetc_basic.phpt45 // read data from the file and check, file pointer position, feof etc
47 var_dump( ftell($file_handle) ); // file pointer position
H A Dfgets_variation3.phpt44 var_dump( ftell($file_handle) ); // ensure the file pointer position
53 var_dump( ftell($file_handle) ); // ensure the file pointer position
H A Dfgets_variation4-win32.phpt48 var_dump( ftell($file_handle) ); // ensure the file pointer position
55 var_dump( ftell($file_handle) ); // ensure the file pointer position
H A Dfread_variation3-win32.phpt31 // print file pointer position before read
45 // file pointer position after read
/PHP-7.0/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;
H A Dparse_iso_intervals.c117 s->errors->warning_messages[s->errors->warning_count - 1].position = s->tok ? s->tok - s->str : 0; in add_warning()
126 s->errors->error_messages[s->errors->error_count - 1].position = s->tok ? s->tok - s->str : 0; in add_error()
/PHP-7.0/ext/reflection/
H A Dphp_reflection.c2354 int position; in ZEND_METHOD() local
2457 position= (int)Z_LVAL_P(parameter); in ZEND_METHOD()
2458 if (position < 0 || (uint32_t)position >= num_args) { in ZEND_METHOD()
2474 position= -1; in ZEND_METHOD()
2481 position= i; in ZEND_METHOD()
2491 position= i; in ZEND_METHOD()
2497 if (position == -1) { in ZEND_METHOD()
2512 if (arg_info[position].name) { in ZEND_METHOD()
2517 ZVAL_STR_COPY(&name, arg_info[position].name); in ZEND_METHOD()
2525 ref->arg_info = &arg_info[position]; in ZEND_METHOD()
[all …]

Completed in 71 milliseconds

1...<<1112131415