Home
last modified time | relevance | path

Searched refs:position (Results 276 – 300 of 353) sorted by relevance

1...<<1112131415

/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.c111 s->errors->warning_messages[s->errors->warning_count - 1].position = s->tok ? s->tok - s->str : 0; in add_warning()
120 s->errors->error_messages[s->errors->error_count - 1].position = s->tok ? s->tok - s->str : 0; in add_error()
H A Dparse_date.re343 s->errors->warning_messages[s->errors->warning_count - 1].position = s->tok ? s->tok - s->str : 0;
352 s->errors->error_messages[s->errors->error_count - 1].position = s->tok ? s->tok - s->str : 0;
361 s->errors->warning_messages[s->errors->warning_count - 1].position = cptr - sptr;
370 s->errors->error_messages[s->errors->error_count - 1].position = cptr - sptr;
/PHP-5.5/ext/standard/tests/file/
H A Dfgets_variation5.phpt44 var_dump( ftell($file_handle) ); // ensure the file pointer position
H A Dfgets_variation6-win32.phpt51 var_dump( ftell($file_handle) ); // file pointer position
H A Dfgets_variation6.phpt51 var_dump( ftell($file_handle) ); // file pointer position
H A Dfread_variation2.phpt27 // print file pointer position before read
41 // file pointer position after read
H A Dfgetss_variation2.phpt60 var_dump( ftell($file_handle) ); // check the file pointer position
H A Dfgetcsv_variation17.phpt74 // check the file pointer position and if eof
80 // check the file pointer position and if eof
H A Dfread_variation1.phpt29 // print file pointer position before read
43 // file pointer position after read
H A Dfgetcsv_variation26.phpt66 // check the file pointer position and if eof
H A Dfputcsv_variation14.phpt68 // check the file pointer position and eof
H A Dfgetcsv_variation10.phpt76 // check the file pointer position and if eof
80 // check the file pointer position and if eof
H A Dfgetcsv_variation18.phpt75 // check the file pointer position and if eof
H A Dfgetss_variation3-win32.phpt70 var_dump( ftell($file_handle) ); // check the file pointer position
H A Dfgetss_variation3.phpt66 var_dump( ftell($file_handle) ); // check the file pointer position
/PHP-5.5/ext/standard/tests/array/
H A D009.phpt6 mixed key ( array &$array ) -> returns the index element of the current array position
/PHP-5.5/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc39 * @var int Current position in the writer
/PHP-5.5/ext/soap/
H A Dphp_encoding.c2727 xmlAttrPtr position = get_attribute(trav->properties,"position"); in to_zval_array() local
2730 if (position != NULL && position->children && position->children->content) { in to_zval_array()
2731 char* tmp = strrchr((char*)position->children->content, '['); in to_zval_array()
2733 tmp = (char*)position->children->content; in to_zval_array()
/PHP-5.5/
H A Dacinclude.m41541 dnl Solaris requires main code to be position independent in order
1713 long position;
1725 position = ftell(fp);
1728 if (position == 0)
1788 int seeker(void *cookie, __off64_t *position, int whence)
1789 { ((struct cookiedata*)cookie)->pos = *position; return 0; }
/PHP-5.5/main/
H A Dphp_streams.h214 off_t position; /* of underlying stream */ member
/PHP-5.5/ext/spl/tests/
H A DSplFileObject_fputcsv_variation1.phpt51 // check the file pointer position and eof
H A DSplFileObject_fputcsv_variation11.phpt51 // check the file pointer position and eof
H A DSplFileObject_fputcsv_variation12.phpt52 // check the file pointer position and eof
H A DSplFileObject_fputcsv_variation5.phpt51 // check the file pointer position and eof
H A DSplFileObject_fputcsv_variation6.phpt54 // check the file pointer position and eof

Completed in 61 milliseconds

1...<<1112131415