Home
last modified time | relevance | path

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

1...<<1112

/php-src/ext/standard/tests/file/
H A Dfgetcsv_variation30.phpt70 // check the file pointer position and if eof
H A Dfgetcsv_variation31.phpt72 // check the file pointer position and if eof
H A Dfputcsv_variation7.phpt57 // check the file pointer position and eof
H A Dfputcsv_variation8.phpt57 // check the file pointer position and eof
H A Dfgetcsv_variation12.phpt77 // check the file pointer position and if eof
H A Dfgetcsv_variation15.phpt65 // check the file pointer position and if eof
H A Dfgetcsv_variation16.phpt69 // check the file pointer position and if eof
H A Dfgetcsv_variation6.phpt75 // check the file pointer position and if eof
80 // check the file pointer position and if eof
H A Dfgetcsv_variation19.phpt75 // check the file pointer position and if eof
H A Dfputcsv_variation13.phpt59 // check the file pointer position and eof
H A Dfputcsv_variation9.phpt58 // check the file pointer position and eof
H A Dfgetcsv_variation8.phpt78 // check the file pointer position and if eof
H A Dfgetcsv_variation9.phpt80 // check the file pointer position and if eof
H A Dfgetcsv_variation1.phpt76 // check the file pointer position and if eof
H A Dfgetcsv_variation2.phpt73 // check the file pointer position and if eof
H A Dfgetcsv_variation7.phpt76 // check the file pointer position and if eof
H A Dfgetcsv_variation11.phpt75 // check the file pointer position and if eof
/php-src/ext/date/lib/
H A Dparse_iso_intervals.c95 s->errors->error_messages[s->errors->error_count - 1].position = s->tok ? s->tok - s->str : 0; in add_error()
H A Dparse_date.re369 message->position = s->tok ? s->tok - s->str : 0;
379 message->position = s->tok ? s->tok - s->str : 0;
389 message->position = cptr - sptr;
399 message->position = cptr - sptr;
H A Dparse_date.c371 message->position = s->tok ? s->tok - s->str : 0; in add_warning()
381 message->position = s->tok ? s->tok - s->str : 0; in add_error()
391 message->position = cptr - sptr; in add_pbf_warning()
401 message->position = cptr - sptr; in add_pbf_error()
/php-src/ext/standard/
H A Dhttp_fopen_wrapper.c960 stream->position = 0; in php_stream_url_wrap_http_ex()
/php-src/ext/mbstring/tests/
H A Dmb_encode_mimeheader_basic4.phpt87 // If so, properly record where the line start position is so we can correctly calculate
/php-src/Zend/
H A Dzend_language_scanner.l784 …y *compile_string(zend_string *source_string, const char *filename, zend_compile_position position) in compile_string() argument
802 switch (position) { in compile_string()
/php-src/ext/zend_test/
H A Dtest_arginfo.h19 ZEND_ARG_TYPE_INFO(0, position, IS_LONG, 0)
/php-src/build/
H A Dphp.m41365 int seeker(void *cookie, off64_t *position, int whence)
1366 { ((struct cookiedata*)cookie)->pos = *position; return 0; }

Completed in 122 milliseconds

1...<<1112