Home
last modified time | relevance | path

Searched refs:position (Results 176 – 200 of 242) sorted by relevance

12345678910

/PHP-8.1/ext/standard/tests/file/
H A Dfseek_ftell_rewind_variation6.phpt45 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfseek_ftell_rewind_variation7.phpt38 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfseek_ftell_rewind_variation8-win32.phpt46 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfseek_ftell_rewind_variation8.phpt46 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfseek_ftell_rewind_variation1.phpt38 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfseek_ftell_rewind_variation2-win32.phpt47 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfseek_ftell_rewind_variation2.phpt47 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfgets_variation6-win32.phpt46 var_dump( ftell($file_handle) ); // file pointer position
H A Dfgets_variation6.phpt46 var_dump( ftell($file_handle) ); // file pointer position
H A Dfread_variation1.phpt21 // print file pointer position before read
35 // file pointer position after read
H A Dfseek_ftell_rewind_basic2-win32-mb.phpt50 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfseek_ftell_rewind_basic2-win32.phpt50 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfseek_ftell_rewind_basic2.phpt50 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfread_variation4.phpt17 // print file pointer position before read
31 // file pointer position after read
H A Dfgetcsv_variation17.phpt69 // check the file pointer position and if eof
75 // check the file pointer position and if eof
H A Dfgetcsv_variation10.phpt71 // check the file pointer position and if eof
75 // 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
/PHP-8.1/main/streams/
H A Dfilter.c473 stream->position += count; in _php_stream_filter_flush()
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit.c2027 static bool zend_interval_covers(zend_lifetime_interval *ival, uint32_t position) in zend_interval_covers() argument
2032 if (position >= range->start && position <= range->end) { in zend_interval_covers()
2305 uint32_t position; in zend_jit_linear_scan() local
2315 position = current->range.start; in zend_jit_linear_scan()
2322 if (end < position) { in zend_jit_linear_scan()
2328 } else if (!zend_interval_covers(q, position)) { in zend_jit_linear_scan()
2344 if (end < position) { in zend_jit_linear_scan()
2349 } else if (zend_interval_covers(q, position)) { in zend_jit_linear_scan()
/PHP-8.1/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc38 * @var int Current position in the writer
/PHP-8.1/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-8.1/main/
H A Dphp_streams.h223 zend_off_t position; /* of underlying stream */ member
/PHP-8.1/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-8.1/ext/soap/
H A Dphp_encoding.c2585 xmlAttrPtr position = get_attribute(trav->properties,"position"); in to_zval_array() local
2589 if (position != NULL && position->children && position->children->content) { in to_zval_array()
2590 char* tmp = strrchr((char*)position->children->content, '['); in to_zval_array()
2592 tmp = (char*)position->children->content; in to_zval_array()

Completed in 86 milliseconds

12345678910