Home
last modified time | relevance | path

Searched refs:position (Results 76 – 100 of 353) sorted by relevance

12345678910>>...15

/PHP-5.5/ext/date/tests/
H A Dbug45866.phpt23 Warning: DateTime::modify(): Failed to parse time string (£61538461538 day) at position 0 (%s): Une…
/PHP-5.5/ext/standard/tests/file/
H A D007_variation14.phpt19 checking for the file pointer position,
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation21.phpt19 checking for the file pointer position,
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation22.phpt19 checking for the file pointer position,
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation5.phpt19 checking for the file pointer position,
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation6.phpt19 checking for the file pointer position,
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation13-win32.phpt24 checking for the file pointer position,
41 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation13.phpt24 checking for the file pointer position,
41 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
/PHP-5.5/ext/standard/tests/array/
H A Darray_shift_variation7.phpt2 Test array_shift() function : usage variations - position of internal pointer
/PHP-5.5/ext/mbstring/tests/
H A Dmb_strrpos_error2.phpt11 * Description: Find position of last occurrence of a string within another
H A Dmb_strpos_error2.phpt11 * Description: Find position of first occurrence of a string within another
H A Dmb_stripos_error2.phpt11 * Description: Finds position of first occurrence of a string within another, case insensitive
H A Dmb_strripos_error2.phpt11 * Description: Finds position of last occurrence of a string within another, case insensitive
/PHP-5.5/ext/snmp/tests/
H A Dbug64124.phpt19 # Should be checked with IPv6 since IPv4 processing code do not alter pointer position
/PHP-5.5/ext/standard/tests/strings/
H A Dstrrpos_variation7.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstripos_variation2.phpt6 * Description: Find position of first occurrence of a case-insensitive string
76 /* loop through to get the position of the needle in haystack string */
H A Dstripos_variation8.phpt6 * Description: Find position of first occurrence of a case-insensitive string
27 /* loop through to consider various offsets in getting the position of the needle in haystack strin…
H A Dstrrpos_variation1.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
65 /* loop through to get the position of the needle in haystack string */
H A Dstrrpos_variation2.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
66 /* loop through to get the position of the needle in haystack string */
H A Dstrrpos_variation5.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstripos_variation5.phpt6 * Description: Find position of first occurrence of a case-insensitive string
/PHP-5.5/ext/intl/formatter/
H A Dformatter_class.c118 ZEND_ARG_INFO(1, position)
124 ZEND_ARG_INFO(1, position)
/PHP-5.5/ext/iconv/tests/
H A Diconv_strpos_error2.phpt11 * Description: Find position of first occurrence of a string within another
H A Diconv_strrpos_error2.phpt11 * Description: Find position of last occurrence of a string within another
/PHP-5.5/main/streams/
H A Dstreams.c767 stream->position += didread; in _php_stream_read()
951 stream->position += cpysz; in _php_stream_get_line()
1107 stream->position += delim_len; in php_stream_get_record()
1124 stream->ops->seek(stream, stream->position, SEEK_SET, &stream->position TSRMLS_CC); in _php_stream_write_buffer()
1144 stream->position += justwrote; in _php_stream_write_buffer()
1270 return stream->position; in _php_stream_tell()
1286 stream->position += offset; in _php_stream_seek()
1292 if (offset > stream->position && in _php_stream_seek()
1295 stream->position = offset; in _php_stream_seek()
1313 offset = stream->position + offset; in _php_stream_seek()
[all …]

Completed in 34 milliseconds

12345678910>>...15