Home
last modified time | relevance | path

Searched refs:position (Results 301 – 325 of 353) sorted by relevance

1...<<1112131415

/PHP-5.5/ext/spl/tests/
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-5.5/ext/pdo/
H A Dpdo_stmt.c132 int position = 0; in rewrite_name_to_position() local
152 position++; in rewrite_name_to_position()
160 param->paramno = position; in rewrite_name_to_position()
/PHP-5.5/ext/standard/
H A Dhttp_fopen_wrapper.c917 stream->position = 0; in php_stream_url_wrap_http_ex()
/PHP-5.5/ext/standard/tests/file/
H A Dfgetcsv_variation22.phpt75 // check the file pointer position and if eof
H A Dfgetcsv_variation29.phpt76 // check the file pointer position and if eof
H A Dfgetcsv_variation30.phpt75 // check the file pointer position and if eof
H A Dfgetcsv_variation31.phpt77 // check the file pointer position and if eof
H A Dfputcsv_variation1.phpt59 // check the file pointer position and eof
H A Dfputcsv_variation11.phpt59 // check the file pointer position and eof
H A Dfputcsv_variation12.phpt60 // check the file pointer position and eof
H A Dfputcsv_variation5.phpt59 // check the file pointer position and eof
H A Dfputcsv_variation6.phpt62 // check the file pointer position and eof
H A Dfputcsv_variation7.phpt62 // check the file pointer position and eof
H A Dfputcsv_variation8.phpt62 // check the file pointer position and eof
H A Dfgetcsv_variation16.phpt74 // check the file pointer position and if eof
H A Dfgetcsv_variation15.phpt70 // check the file pointer position and if eof
H A Dfgetcsv_variation6.phpt80 // check the file pointer position and if eof
85 // check the file pointer position and if eof
H A Dfgetcsv_variation8.phpt83 // check the file pointer position and if eof
H A Dfgetcsv_variation9.phpt81 // check the file pointer position and if eof
/PHP-5.5/ext/phar/
H A Dphar_object.c177 off_t position; in phar_file_action() local
225 position = 0; in phar_file_action()
229 got = php_stream_read(fp, buf, MIN(8192, info->uncompressed_filesize - position)); in phar_file_action()
232 position += got; in phar_file_action()
233 if (position == (off_t) info->uncompressed_filesize) { in phar_file_action()
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1861 CRLF is a recognized line ending sequence, the match position advance-
2166 Without this option, a dot does not match when the current position is
2600 bytes is created. This speeds up finding a position in the subject at
3150 zero for each position in the subject string.
4691 tried only at the first matching position in the subject string.
5576 \G matches at the first matching position in the subject
6616 matching position to be changed.
6709 rent position, the assertion fails.
7891 \G first matching position in subject
8051 (*SKIP) advance to current matching position
[all …]
/PHP-5.5/ext/date/
H A Dphp_date.c2583 …err->error_messages[0].position, err->error_messages[0].character, err->error_messages[0].message); in php_date_initialize()
2901 …add_index_string(element, error->warning_messages[i].position, error->warning_messages[i].message,… in zval_from_error_container()
2909 add_index_string(element, error->error_messages[i].position, error->error_messages[i].message, 1); in zval_from_error_container()
3080 …err->error_messages[0].position, err->error_messages[0].character, err->error_messages[0].message); in php_date_modify()
/PHP-5.5/ext/pcre/pcrelib/
H A DNEWS531 item in the regex, and there's a new callout field that gives the position
611 3. Support for the \G assertion. It is true when the current matching position
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY105 2007/03/02: [impl] move range > start check position in end_buf process.
422 2006/05/22: [impl] add position string argument to STACK_BASE_CHECK().
976 invalid char position match in UTF-16 and UTF-32.
1152 2004/02/27: [impl] fix the position of onig_stat_print().

Completed in 106 milliseconds

1...<<1112131415