Home
last modified time | relevance | path

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

1...<<1112131415

/PHP-5.5/
H A DREADME.MAILINGLIST_RULES60 aggregate your current position into a single mail instead of multiple
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES11 returns false rather than the position of the last occurrence of 'D'.
/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.re109 s->errors->warning_messages[s->errors->warning_count - 1].position = s->tok ? s->tok - s->str : 0;
118 s->errors->error_messages[s->errors->error_count - 1].position = s->tok ? s->tok - s->str : 0;
/PHP-5.5/ext/spl/internal/
H A Dmultipleiterator.inc33 /** keys are created from sub iterators position */
/PHP-5.5/ext/standard/tests/file/
H A Dfgetcsv_variation13.phpt55 // 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 Dfgetcsv_variation20.phpt57 // check the file pointer position and if eof
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 Dfread_variation3-win32.phpt31 // print file pointer position before read
45 // file pointer position after read
H A Dfread_variation3.phpt31 // print file pointer position before read
45 // file pointer position after read
H A Dfread_variation4-win32.phpt31 // print file pointer position before read
45 // file pointer position after read
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 Dfgets_variation4.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_variation4.phpt31 // print file pointer position before read
45 // file pointer position after read
/PHP-5.5/ext/mbstring/tests/
H A Dmb_stripos.phpt35 // Note: For offset(-15). It does not return position of latter string. (ie the same result as -50)
/PHP-5.5/ext/spl/tests/
H A DSplFileObject_fputcsv_variation10.phpt44 // check the file pointer position and eof
/PHP-5.5/ext/standard/tests/strings/
H A Dstripos_variation11.phpt6 * Description: Find position of first occurrence of a case-insensitive string
/PHP-5.5/ext/phar/
H A Dutil.c120 int phar_seek_efp(phar_entry_info *entry, off_t offset, int whence, off_t position, int follow_link… in phar_seek_efp() argument
148 temp = eoffset + position + offset; in phar_seek_efp()
440 (*ret)->position = 0; in phar_get_entry_data()
489 (*ret)->position = 0; in phar_get_entry_data()
620 ret->position = ret->zero = 0; in phar_get_or_create_entry_data()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c2148 int position; in ZEND_METHOD() local
2250 position= Z_LVAL_PP(parameter); in ZEND_METHOD()
2251 if (position < 0 || (zend_uint)position >= fptr->common.num_args) { in ZEND_METHOD()
2267 position= -1; in ZEND_METHOD()
2271 position= i; in ZEND_METHOD()
2275 if (position == -1) { in ZEND_METHOD()
2291 if (arg_info[position].name) { in ZEND_METHOD()
2292 ZVAL_STRINGL(name, arg_info[position].name, arg_info[position].name_len, 1); in ZEND_METHOD()
2299 ref->arg_info = &arg_info[position]; in ZEND_METHOD()
2300 ref->offset = (zend_uint)position; in ZEND_METHOD()

Completed in 55 milliseconds

1...<<1112131415