Home
last modified time | relevance | path

Searched refs:position (Results 51 – 75 of 353) sorted by relevance

12345678910>>...15

/PHP-5.5/ext/standard/tests/array/
H A Darray_change_key_case_variation5.phpt2 Test array_change_key_case() function : usage variations - position of internal pointer
11 * Check the position of the internal array pointer after calling the function
H A Dcurrent_variation3.phpt19 echo "\n-- Initial position of internal pointer --\n";
36 -- Initial position of internal pointer --
H A Darray_merge_variation10.phpt2 Test array_merge() function : usage variations - position of internal array pointer
11 * Check the position of the internal array pointer after calling array_merge().
H A Dkey_variation4.phpt42 //see if internal pointer is in same position as referenced array
44 // see if internal pointer is in the same position from when accessing this inner array
H A Dbug21998.phpt2 Bug #21998 (array_pop() does not reset the current array position)
H A Dcurrent_variation4.phpt43 //see if internal pointer is in same position as referenced array
45 // see if internal pointer is in the same position from when accessing this inner array
/PHP-5.5/ext/standard/tests/file/
H A D007_variation11.phpt24 checking for the file pointer position,
39 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
41 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
44 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A D007_variation12-win32.phpt24 checking for the file pointer position,
39 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
41 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
44 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation12.phpt24 checking for the file pointer position,
39 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
41 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
44 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation20.phpt19 checking for the file pointer position,
34 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
36 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
39 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation1.phpt19 checking for the file pointer position,
33 var_dump( ftell($file_handle) ); //Initial position of file pointer
H A D007_variation17.phpt19 checking for the file pointer position,
33 var_dump( ftell($file_handle) ); //Initial position of file pointer
H A D007_variation9.phpt19 checking for the file pointer position,
33 var_dump( ftell($file_handle) ); //Initial position of file pointer
/PHP-5.5/ext/standard/tests/strings/
H A Dstrrpos_variation8.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
18 /* loop through to consider various offsets in getting the position of the needle in haystack strin…
/PHP-5.5/ext/spl/tests/
H A Dbug45614.phpt31 echo "\n--> Invalidate current position and show the first two items:\n";
50 --> Invalidate current position and show the first two items:
H A Dbug31346.phpt18 Notice: ArrayIterator::next(): Array was modified outside object and internal position is no longer…
H A DSplFileObject_ftruncate_error_001.phpt8 var $position;
H A DSplFileObject_fflush_basic_001.phpt16 var $position;
/PHP-5.5/Zend/tests/
H A Dbug23104.phpt2 Bug #23104 (Hash position not reset for constant arrays)
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c1080 size_t position; member
1103 sqlite3_stream->position += count;
1136 sqlite3_stream->position = 0;
1140 sqlite3_stream->position = sqlite3_stream->position + offset;
1151 sqlite3_stream->position = sqlite3_stream->position + offset;
1163 sqlite3_stream->position = offset;
1164 *newoffs = sqlite3_stream->position;
1174 sqlite3_stream->position = 0;
1179 *newoffs = sqlite3_stream->position;
1184 *newoffs = sqlite3_stream->position;
[all …]
/PHP-5.5/ext/standard/tests/streams/
H A Dbug48309.phpt2 Bug #48309 (stream_copy_to_stream() and fpasstru() do not update stream position)
/PHP-5.5/ext/standard/tests/class_object/
H A Dis_a_error_001.phpt25 echo "\n-- Testing is_a() function with non-boolean in last position --\n";
45 -- Testing is_a() function with non-boolean in last position --
/PHP-5.5/ext/standard/
H A Dphp_fopen_wrapper.c74 off_t *position = (off_t*)stream->abstract; in php_stream_input_read() local
79 read_bytes = SG(request_info).raw_post_data_length - *position; in php_stream_input_read()
86 memcpy(buf, SG(request_info).raw_post_data + *position, read_bytes); in php_stream_input_read()
101 *position += read_bytes; in php_stream_input_read()
/PHP-5.5/ext/intl/tests/
H A Dut_common.inc141 function ut_nfmt_parse( $fmt, $string, $type = NumberFormatter::TYPE_DOUBLE, &$position = null )
143 if(is_null($position)) {
146 …ALS['oo-mode'] ? $fmt->parse( $string, $type, $position ) : numfmt_parse( $fmt, $string, $type, $p…
153 function ut_nfmt_parse_currency( $fmt, $string, &$currency, &$position = null )
155 if(is_null($position)) {
158 …fmt->parseCurrency( $string, $currency, $position ) : numfmt_parse_currency( $fmt, $string, $curre…
H A Dformatter_parse.phpt25 // Test specifying non-zero parsing start position.

Completed in 27 milliseconds

12345678910>>...15