Home
last modified time | relevance | path

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

12345678910>>...12

/php-src/ext/standard/tests/file/
H A Dfgets_variation4-win32.phpt43 var_dump( ftell($file_handle) ); // ensure the file pointer position
50 var_dump( ftell($file_handle) ); // ensure the file pointer position
H A Dfgets_variation4.phpt43 var_dump( ftell($file_handle) ); // ensure the file pointer position
50 var_dump( ftell($file_handle) ); // ensure the file pointer position
H A Dfread_variation3-win32-mb.phpt23 // print file pointer position before read
37 // file pointer position after read
H A Dfread_variation3-win32.phpt23 // print file pointer position before read
37 // file pointer position after read
H A Dfread_variation3.phpt23 // print file pointer position before read
37 // file pointer position after read
H A Dfgets_variation5.phpt39 var_dump( ftell($file_handle) ); // ensure the file pointer position
H A Dfseek_ftell_rewind_variation3.phpt39 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfseek_ftell_rewind_variation4-win32.phpt45 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfseek_ftell_rewind_variation4.phpt45 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfseek_ftell_rewind_variation5.phpt38 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfseek_ftell_rewind_variation6-win32.phpt45 var_dump( ftell($file_handle) ); // confirm the file pointer position
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
/php-src/Zend/
H A Dzend_compile.h863 …_compile_string)(zend_string *source_string, const char *filename, zend_compile_position position);
928 … *compile_string(zend_string *source_string, const char *filename, zend_compile_position position);
/php-src/ext/date/lib/
H A Dtimelib.h333 int position; member
/php-src/ext/reflection/
H A Dphp_reflection.c2436 zend_long position; in ZEND_METHOD() local
2448 Z_PARAM_STR_OR_LONG(arg_name, position) in ZEND_METHOD()
2549 position = -1; in ZEND_METHOD()
2555 position = i; in ZEND_METHOD()
2564 position = i; in ZEND_METHOD()
2570 if (position == -1) { in ZEND_METHOD()
2575 if (position < 0) { in ZEND_METHOD()
2579 if (position >= num_args) { in ZEND_METHOD()
2586 ref->arg_info = &arg_info[position]; in ZEND_METHOD()
2587 ref->offset = (uint32_t)position; in ZEND_METHOD()
[all …]
/php-src/main/streams/
H A Dfilter.c473 stream->position += count; in _php_stream_filter_flush()

Completed in 60 milliseconds

12345678910>>...12