Home
last modified time | relevance | path

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

12345678910>>...15

/PHP-7.0/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-7.0/ext/intl/tests/
H A Dgrapheme.phpt603 $res_str .= " starting at byte position $test[2]";
607 $res_str .= " starting at byte position $test[2] with \$next";
672 $res_str .= " starting at byte position $test[2]";
736 $res_str .= " starting at byte position $test[2]";
1086 extract from "abc" "1" graphemes - grapheme_extract starting at byte position 0 = a == a
1087 extract from "abc" "1" graphemes - grapheme_extract starting at byte position 1 = b == b
1088 extract from "abc" "1" graphemes - grapheme_extract starting at byte position 2 = c == c
1089 extract from "abc" "0" graphemes - grapheme_extract starting at byte position 2 = ==
1093 extract from "abc" "0" graphemes - grapheme_extract starting at byte position 0 with $next = == $…
1097 extract from "abc" "0" graphemes - grapheme_extract starting at byte position 2 with $next = == $…
[all …]
/PHP-7.0/ext/standard/tests/file/
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_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_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-7.0/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-7.0/Zend/tests/
H A Dbug23104.phpt2 Bug #23104 (Hash position not reset for constant arrays)
/PHP-7.0/ext/spl/tests/
H A Dbug45614.phpt32 echo "\n--> Invalidate current position and show the first two items:\n";
51 --> Invalidate current position and show the first two items:
H A Dbug70561.phpt22 Seek position %d is out of range
H A DSplFileObject_ftruncate_error_001.phpt8 var $position;
/PHP-7.0/ext/mbstring/tests/
H A Dbug72694.phpt2 Bug #72694 (mb_ereg_search_setpos does not accept a string's last position)
H A Dbug72693.phpt2 Bug #72693 (mb_ereg_search increments search position when a match zero-width)
/PHP-7.0/ext/standard/
H A Dphp_fopen_wrapper.c68 zend_off_t position; member
83 if (!SG(post_read) && SG(read_post_bytes) < (int64_t)(input->position + count)) { in php_stream_input_read()
96 php_stream_seek(input->body, input->position, SEEK_SET); in php_stream_input_read()
103 input->position += read; in php_stream_input_read()
131 *newoffset = (input->body)->position; in php_stream_input_seek()
/PHP-7.0/ext/standard/tests/streams/
H A Dbug48309.phpt2 Bug #48309 (stream_copy_to_stream() and fpasstru() do not update stream position)
/PHP-7.0/ext/sqlite3/
H A Dsqlite3.c1074 size_t position; member
1097 sqlite3_stream->position += count;
1130 sqlite3_stream->position = 0;
1134 sqlite3_stream->position = sqlite3_stream->position + offset;
1145 sqlite3_stream->position = sqlite3_stream->position + offset;
1157 sqlite3_stream->position = offset;
1158 *newoffs = sqlite3_stream->position;
1168 sqlite3_stream->position = 0;
1173 *newoffs = sqlite3_stream->position;
1178 *newoffs = sqlite3_stream->position;
[all …]
/PHP-7.0/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 --

Completed in 52 milliseconds

12345678910>>...15