Home
last modified time | relevance | path

Searched refs:position (Results 201 – 225 of 242) sorted by relevance

12345678910

/PHP-8.1/ext/standard/tests/file/
H A Dfputcsv_variation12.phpt55 // check the file pointer position and eof
H A Dfputcsv_variation5.phpt54 // check the file pointer position and eof
H A Dfputcsv_variation6.phpt57 // check the file pointer position and eof
H A Dfgetcsv_variation18.phpt74 // check the file pointer position and if eof
H A Dfread_variation2.phpt19 // print file pointer position before read
33 // file pointer position after read
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_variation22.phpt70 // check the file pointer position and if eof
H A Dfgetcsv_variation29.phpt71 // check the file pointer position and if eof
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 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
/PHP-8.1/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
H A DSplFileObject_fputcsv_variation7.phpt54 // check the file pointer position and eof
H A DSplFileObject_fputcsv_variation8.phpt54 // check the file pointer position and eof
/PHP-8.1/ext/phar/
H A Dphar_object.c148 zend_off_t position; in phar_file_action() local
196 position = 0; in phar_file_action()
200 got = php_stream_read(fp, buf, MIN(8192, info->uncompressed_filesize - position)); in phar_file_action()
203 position += got; in phar_file_action()
204 if (position == (zend_off_t) info->uncompressed_filesize) { in phar_file_action()
/PHP-8.1/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()
/PHP-8.1/ext/standard/
H A Dhttp_fopen_wrapper.c959 stream->position = 0; in php_stream_url_wrap_http_ex()
/PHP-8.1/ext/date/
H A Dphp_date.c2276 …err->error_messages[0].position, err->error_messages[0].character, err->error_messages[0].message); in php_date_initialize()
2704 …add_index_string(&element, error->warning_messages[i].position, error->warning_messages[i].message… in zval_from_error_container()
2711 add_index_string(&element, error->error_messages[i].position, error->error_messages[i].message); in zval_from_error_container()
2874 …err->error_messages[0].position, err->error_messages[0].character, err->error_messages[0].message); in php_date_modify()
4148 …err->error_messages[0].position, err->error_messages[0].character ? err->error_messages[0].charact… in PHP_FUNCTION()

Completed in 265 milliseconds

12345678910