Home
last modified time | relevance | path

Searched refs:position (Results 226 – 250 of 281) sorted by relevance

12345678910>>...12

/php-src/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc38 * @var int Current position in the writer
/php-src/ext/date/lib/
H A Dparse_iso_intervals.re93 s->errors->error_messages[s->errors->error_count - 1].position = s->tok ? s->tok - s->str : 0;
/php-src/main/
H A Dphp_streams.h237 zend_off_t position; /* of underlying stream */ member
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst102 Each AST node has a type and may have children. They also store their original position in the
/php-src/docs/source/core/data-structures/
H A Dzval.rst107 uint32_t fe_pos; /* foreach position */
/php-src/ext/pdo/
H A Dpdo_stmt.c54 int position = 0; in rewrite_name_to_position() local
73 position++; in rewrite_name_to_position()
81 param->paramno = position; in rewrite_name_to_position()
/php-src/ext/soap/
H A Dphp_encoding.c2605 xmlAttrPtr position = get_attribute(trav->properties,"position"); in to_zval_array() local
2609 if (position != NULL && position->children && position->children->content) { in to_zval_array()
2610 char* tmp = strrchr((char*)position->children->content, '['); in to_zval_array()
2612 tmp = (char*)position->children->content; in to_zval_array()
/php-src/ext/mbstring/tests/
H A Dmb_convert_kana.phpt135 // Regression test: Two codepoints collapsed into one, just one position
/php-src/ext/standard/tests/file/
H A Dfgetcsv_variation10.phpt71 // check the file pointer position and if eof
75 // check the file pointer position and if eof
H A Dfgetcsv_variation18.phpt74 // check the file pointer position and if eof
H A Dfputcsv_variation1.phpt54 // check the file pointer position and eof
H A Dfputcsv_variation11.phpt54 // check the file pointer position and eof
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 Dfread_variation2.phpt19 // print file pointer position before read
33 // file pointer position after read
/php-src/ext/date/
H A Dphp_date.c2434 …err->error_messages[0].position, err->error_messages[0].character ? err->error_messages[0].charact… in php_date_initialize()
3096 …add_index_string(&element, error->warning_messages[i].position, error->warning_messages[i].message… in zval_from_error_container()
3103 add_index_string(&element, error->error_messages[i].position, error->error_messages[i].message); in zval_from_error_container()
3267 err->error_messages[0].position, in php_date_modify()
4654 err->error_messages[0].position, in php_date_interval_initialize_from_hash()
4891 …err->error_messages[0].position, err->error_messages[0].character ? err->error_messages[0].charact… in PHP_FUNCTION()
4925 …err->error_messages[0].position, err->error_messages[0].character ? err->error_messages[0].charact… in PHP_METHOD()
/php-src/ext/spl/tests/SplFileObject/
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-src/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()

Completed in 79 milliseconds

12345678910>>...12